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

    stringoptional

    The deployment name

    Default: working directory

  • now_token

    stringrequired

    The now.sh token

    Secret recommended

    Default: none

  • directory

    stringoptional

    The directory to deploy

    Default: none

  • team

    stringoptional

    Set the team scope

    Default: none

  • type

    stringoptional

    Deployment type (docker, npm, static).

    Default: none

  • alias

    stringoptional

    Target now.sh subdomain or domain

    Default: none

  • cleanup

    booleanoptional

    Equivalent to now rm --safe --yes $alias

    Default: false

  • rules_domain

    stringoptional

    Your domain

    Default: none

  • rules_file

    stringoptional

    File that contain set of rules

    Default: none

  • scale

    stringoptional

    Min and Max scaling values

    Default: none