Skip to content

Commit 1f7630d

Browse files
committed
👷 cloudflare deploy ci
1 parent 852f0ae commit 1f7630d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@ jobs:
108108

109109
- uses: actions/deploy-pages@v4
110110
if: success() && github.ref == 'refs/heads/main'
111+
112+
- run: bunx wrangler deploy
113+
if: success() && github.ref == 'refs/heads/main'
114+
working-directory: packages/github-user-contribution-service
115+
env:
116+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)