zeit-now

GitHub Action for interacting with Zeit Now

  • Owner: actions/zeit-now
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

GitHub Action for ZEIT

This Action wraps the Now CLI to enable common Now commands.

Usage

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

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

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

For more examples, visit: actions/example-zeit-now.

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.

Main metrics

Overview
Name With Owneractions/zeit-now
Primary LanguageHCL
Program languageHCL, Ruby, Dockerfile, Shell (Language Count: 4)
Platform
License:MIT License
所有者活动
Created At2018-10-12 16:42:21
Pushed At2019-09-10 14:04:12
Last Commit At2019-04-18 10:28:55
Release Count1
Last Release Name1.0.0 (Posted on 2018-12-18 13:00:15)
First Release Name1.0.0 (Posted on 2018-12-18 13:00:15)
用户参与
Stargazers Count160
Watchers Count4
Fork Count33
Commits Count9
Has Issues Enabled
Issues Count7
Issue Open Count5
Pull Requests Count3
Pull Requests Open Count3
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private