Drone plugins > Netlify
netlify.svg

Netlify

by lucaperret


The netlify plugin deploy your build to netlify.

Example

kind: pipeline
name: default

steps:
- name: netlify
  image: lucap/drone-netlify
  settings:
    token: xxxxx
    site_id: xxxxxxx-xxxx-xxx-xxxxxxxx

Properties

  • token

    stringrequired

    The netlify token

    Secret recommended

    Default: none

  • site_id

    stringrequired

    Set the Site ID (or API ID in your Site settings dashboard).

    Default: none

  • site_name

    stringoptional

    Set the Netlify subdomain.

    Default: none

  • domain

    stringoptional

    Set your custom domain.

    Default: none

  • enviroment

    stringoptional

    Set the Netlify environment.

    Default: none

  • path

    stringoptional

    Path to a folder or zip file to deploy.

    Default: none