We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d81e3 commit f3ddf81Copy full SHA for f3ddf81
.github/workflows/ci.yml
@@ -35,3 +35,9 @@ jobs:
35
run: pnpm types:check
36
- name: Run tests
37
run: pnpm test
38
+ - name: Deploy to Cloudflare
39
+ if: github.ref == 'refs/heads/main'
40
+ uses: cloudflare/wrangler-action@v3
41
+ with:
42
+ accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
43
+ apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments