Skip to content

Commit a0f4b6a

Browse files
committed
I think I got it
1 parent ca3a491 commit a0f4b6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ jobs:
2525
with:
2626
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2727
packageManager: pnpm
28-
workingDirectory: ./services/src/db
29-
command: deploy -c ./wrangler.toml
28+
workingDirectory: ./services
29+
command: deploy -c ./db/wrangler.toml
3030
- name: Deploy Public API
3131
uses: cloudflare/wrangler-action@v3
3232
with:
3333
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3434
packageManager: pnpm
35-
workingDirectory: ./services/src/public-api
36-
command: deploy -c ./wrangler.toml
35+
workingDirectory: ./services
36+
command: deploy -c ./src/public-api/wrangler.toml
3737
- name: Deploy Admin API
3838
uses: cloudflare/wrangler-action@v3
3939
with:
4040
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4141
packageManager: pnpm
42-
workingDirectory: ./services/src/admin-api
43-
command: deploy -c ./wrangler.toml
42+
workingDirectory: ./services
43+
command: deploy -c ./src/admin-api/wrangler.toml
4444

4545
- name: Build Public App
4646
run: pnpm run build

0 commit comments

Comments
 (0)