zeit-now

GitHub Action for interacting with Zeit Now

  • 所有者: actions/zeit-now
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者actions/zeit-now
主编程语言HCL
编程语言HCL, Ruby, Dockerfile, Shell (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2018-10-12 16:42:21
推送于2019-09-10 14:04:12
最后一次提交2019-04-18 10:28:55
发布数1
最新版本名称1.0.0 (发布于 2018-12-18 13:00:15)
第一版名称1.0.0 (发布于 2018-12-18 13:00:15)
用户参与
星数160
关注者数4
派生数33
提交数9
已启用问题?
问题数7
打开的问题数5
拉请求数3
打开的拉请求数3
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?