👷 cloudflare deploy ci
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -108,3 +108,9 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/deploy-pages@v4
|
- uses: actions/deploy-pages@v4
|
||||||
if: success() && github.ref == 'refs/heads/main'
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user