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 02fa8f6 commit 7c079d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: './apps/api'
packageManager: bun
command: deploy ./src/index.ts --project-name=expo-lucia-auth-example
command: deploy ./src/index.ts --name=expo-lucia-auth-example
- 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: pages deploy ./dist --project-name=expo-lucia-auth-example
command: pages deploy ./dist --name=expo-lucia-auth-example

0 comments on commit 7c079d4

Please sign in to comment.