Skip to content

Commit

Permalink
update CI: web
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Jun 1, 2024
1 parent 385940d commit 98a0b2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: bun run build --filter=api

- name: Upload secrets
uses: cloudflare/wrangler-action@v3
uses: cloudflare/wrangler-action@v3.6.1
with:
apiToken: $CLOUDFLARE_API_TOKEN
preCommands: echo ${{ (toJson(secrets)) }} > secrets.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: bun run build --filter=web

- name: Upload secrets
uses: cloudflare/wrangler-action@v3
uses: cloudflare/wrangler-action@v3.6.1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
2 changes: 2 additions & 0 deletions apps/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ Improvements:





0 comments on commit 98a0b2b

Please sign in to comment.