mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Config worker action
This commit is contained in:
parent
a4186bafdf
commit
3d64f97c34
1 changed files with 18 additions and 1 deletions
19
.github/workflows/deploy-cloudflare-workers.yml
vendored
19
.github/workflows/deploy-cloudflare-workers.yml
vendored
|
|
@ -1,2 +1,19 @@
|
||||||
- name: Deploy to Cloudflare Workers with Wrangler
|
- name: Deploy to Cloudflare Workers with Wrangler
|
||||||
uses: cloudflare/wrangler-action@1.2.0
|
uses: cloudflare/wrangler-action@1.3.0
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Deploy
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: Publish
|
||||||
|
uses: cloudflare/wrangler-action@1.3.0
|
||||||
|
with:
|
||||||
|
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue