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