fix: remove wrong working-directory from workflow
This commit is contained in:
@@ -17,15 +17,12 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
working-directory: proxy-bun
|
||||
|
||||
- name: Build worker
|
||||
run: bun run build:worker
|
||||
working-directory: proxy-bun
|
||||
|
||||
- name: Deploy to Cloudflare
|
||||
run: bunx wrangler deploy
|
||||
working-directory: proxy-bun
|
||||
env:
|
||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
|
||||
Reference in New Issue
Block a user