We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a6f87 commit 59660e7Copy full SHA for 59660e7
.github/workflows/deploy-to-cloudflare-pages.yml
@@ -0,0 +1,16 @@
1
+name: Deploy Worker
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+jobs:
7
+ deploy:
8
+ runs-on: ubuntu-latest
9
+ timeout-minutes: 60
10
+ steps:
11
+ - uses: actions/checkout@v4
12
+ - name: Build & Deploy Worker
13
+ uses: cloudflare/wrangler-action@v3
14
+ with:
15
+ apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
16
+ accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
0 commit comments