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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?