Skip to content

Merge pull request #6 from ovflowd/patch-3 #5

Merge pull request #6 from ovflowd/patch-3

Merge pull request #6 from ovflowd/patch-3 #5

name: Deploy worker (staging)
on:
push:
branches:
- main
jobs:
deploy-staging:
runs-on: ubuntu-latest
steps:
- name: Code checkout
uses: actions/checkout@v2
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
command: deploy --env staging