Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 784 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 784 Bytes

GitHub Action for Zeit

The GitHub Deployer for Zeit task wraps the Now CLI to enable common Now commands.

Usage

workflow "Deploy on Now" {
  on = "push"
  resolves = ["deploy"]
}

action "deploy" {
  uses = "actions/zeit-now@master"
  secrets = [
    "ZEIT_TOKEN",
  ]
}

Secrets

  • ZEIT_TOKEN - Required. The token to use for authentication with the Zeit Now API (more info)

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.

Container images built with this project include third party materials. See THIRD_PARTY_NOTICE.md for details.