Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
run: bun run build --filter=@tigermap/web

- name: Deploy to Cloudflare Pages
working-directory: apps/web
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
run: >-
bunx wrangler@4.78.0 pages deploy apps/web/dist
bunx wrangler@4.78.0 pages deploy dist
--project-name=tigermap
--branch=main
--commit-hash=${{ github.sha }}
Expand Down
Loading