Drone plugins > Now
Now
by lucaperret
The Now plugin deploy your build to now.sh.
Example
kind: pipeline
name: default
steps:
- name: now
image: lucap/drone-now
settings:
deploy_name: deployment-name
now_token: keep-this-secret
Properties
deploy_name
stringoptionalThe deployment name
Default: working directory
now_token
stringrequiredThe now.sh token
Secret recommendedDefault: none
directory
stringoptionalThe directory to deploy
Default: none
team
stringoptionalSet the team scope
Default: none
type
stringoptionalDeployment type (docker, npm, static).
Default: none
alias
stringoptionalTarget now.sh subdomain or domain
Default: none
cleanup
booleanoptionalEquivalent to now rm --safe --yes $alias
Default: false
rules_domain
stringoptionalYour domain
Default: none
rules_file
stringoptionalFile that contain set of rules
Default: none
scale
stringoptionalMin and Max scaling values
Default: none