fix: wrangler ci command + remove redundant jobs
This commit is contained in:
parent
6b6bf4d0b1
commit
2fe0b52fcf
1 changed files with 2 additions and 2 deletions
|
@ -61,11 +61,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: public
|
name: public
|
||||||
path: public/
|
path: public/
|
||||||
- name: Change directory
|
|
||||||
run: cd wrangler
|
|
||||||
- name: Publish to Cloudflare
|
- name: Publish to Cloudflare
|
||||||
uses: cloudflare/wrangler-action@2.0.0
|
uses: cloudflare/wrangler-action@2.0.0
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||||
|
workingDirectory: wrangler
|
||||||
|
command: deploy
|
||||||
env:
|
env:
|
||||||
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
|
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
|
||||||
|
|
Reference in a new issue