Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed May 31, 2024
1 parent cea9b85 commit 8a43a42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- run: bun run build --filter=web

- name: Deploy
uses: cloudflare/wrangler-action@v3
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy ../../apps/web/build --project-name=instant-postgres
projectName: instant-postgres
directory: apps/web/build

0 comments on commit 8a43a42

Please sign in to comment.