Skip to content

Commit

Permalink
deploy page
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Mar 30, 2024
1 parent 4aca3b2 commit f192c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
workingDirectory: './apps/api'
packageManager: bun
command: deploy ./src/index.ts
- run: bun run --cwd ./apps/expo build:web
- name: Deploy Pages
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: './apps/expo'
packageManager: bun
command: bun run build:web && pages deploy ./dist --project-name=expo-lucia-auth-example
command: pages deploy ./dist --project-name=expo-lucia-auth-example

0 comments on commit f192c4d

Please sign in to comment.