Skip to content
Open
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
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# workingDirectory has no lockfile, so the action would infer npm and choke
# on bun's `workspace:*` deps. Force bun (handles workspace:*) and pin wrangler.
packageManager: bun
wranglerVersion: "4.95.0"
workingDirectory: apps/api/cloudflare
command: deploy
secrets: |
Expand All @@ -70,4 +74,6 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
packageManager: bun
wranglerVersion: "4.95.0"
command: pages deploy apps/web/dist --project-name=contextmem --branch=main
Loading