wrangler-action:使用wrangler和github操作部署零配置cloudflare worker应用程序

时间:2024-05-20 21:34:11
【文件属性】:

文件名称:wrangler-action:使用wrangler和github操作部署零配置cloudflare worker应用程序

文件大小:14KB

文件格式:ZIP

更新时间:2024-05-20 21:34:11

Shell

Wrangler GitHub动作 :sparkles: 使用和零配置部署 用法 将wrangler-action添加到Workers应用程序的工作流中。 下面的示例将在推送到master分支时发布您的应用程序: name : Deploy on : push : branches : - master jobs : deploy : runs-on : ubuntu-latest name : Deploy steps : - uses : actions/checkout@v2 - name : Publish uses : cloudflare/wrangler-action@1.3.0 with : apiToken : ${{ secrets.CF_API_TOKEN


【文件预览】:
wrangler-action-master
----LICENSE-MIT(1KB)
----.github()
--------workflows()
----action.yml(1KB)
----Dockerfile(151B)
----LICENSE-APACHE(9KB)
----test()
--------public()
--------wrangler.toml(206B)
--------.gitignore(5B)
--------workers-site()
----README.md(9KB)
----entrypoint.sh(3KB)

网友评论