Skip to content
/ zeit-now Public

GitHub Action for interacting with Zeit Now

License

Notifications You must be signed in to change notification settings

kitop/zeit-now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GitHub Action for interacting with Zeit Now

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published