Skip to content

Commit

Permalink
fix project-name
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Mar 30, 2024
1 parent 763b517 commit 51f283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: './apps/api'
packageManager: bun
command: deploy ./src/index.ts --env production --name=expo-lucia-auth-example
command: deploy ./src/index.ts --env production
- run: bun run --cwd ./apps/expo build:web
- name: Deploy Pages
uses: cloudflare/wrangler-action@v3
Expand Down

0 comments on commit 51f283f

Please sign in to comment.