This commit is contained in:
parent
0219625266
commit
6538322a33
1 changed files with 1 additions and 5 deletions
|
@ -17,11 +17,7 @@ pipeline:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: node
|
image: node
|
||||||
settings:
|
secrets: [cloudflare_api_token ,cloudflare_account_id]
|
||||||
CLOUDFLARE_API_TOKEN:
|
|
||||||
from_secret: api_token
|
|
||||||
CLOUDFLARE_ACCOUNT_ID:
|
|
||||||
from_secret: account_id
|
|
||||||
commands:
|
commands:
|
||||||
- npm install -g wrangler
|
- npm install -g wrangler
|
||||||
- npx wrangler pages deploy public --project-name garden --commit-dirty=true
|
- npx wrangler pages deploy public --project-name garden --commit-dirty=true
|
||||||
|
|
Loading…
Reference in a new issue