👷 cloudflare deploy ci

This commit is contained in:
platane
2025-02-20 23:48:16 +07:00
parent 852f0ae376
commit 1f7630d984

View File

@@ -108,3 +108,9 @@ jobs:
- uses: actions/deploy-pages@v4
if: success() && github.ref == 'refs/heads/main'
- run: bunx wrangler deploy
if: success() && github.ref == 'refs/heads/main'
working-directory: packages/github-user-contribution-service
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}