File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments