Drone plugins > Netlify
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
stringrequiredThe netlify token
Secret recommendedDefault: none
site_id
stringrequiredSet the Site ID (or API ID in your Site settings dashboard).
Default: none
site_name
stringoptionalSet the Netlify subdomain.
Default: none
domain
stringoptionalSet your custom domain.
Default: none
enviroment
stringoptionalSet the Netlify environment.
Default: none
path
stringoptionalPath to a folder or zip file to deploy.
Default: none