Skip to content

Commit

Permalink
Changed entry point for backend deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Miller committed Nov 1, 2023
1 parent cc8c948 commit 1f7e970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
wranglerVersion: '3.15.0'
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: packages/api
command: deploy src/index.ts
command: deploy src/worker.ts
packageManager: bun
secrets: |
APP_URL
Expand Down

0 comments on commit 1f7e970

Please sign in to comment.