Skip to content

Commit

Permalink
👷 cloudflare deploy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Feb 20, 2025
1 parent 852f0ae commit 1f7630d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1f7630d

Please # to comment.