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