update workflows
This commit is contained in:
parent
2e3b0fb473
commit
b50da34f59
1 changed files with 2 additions and 3 deletions
|
@ -11,8 +11,7 @@ steps:
|
|||
- pnpm run build
|
||||
deploy:
|
||||
image: node
|
||||
secrets: [cf_account_id, cf_api_token]
|
||||
secrets: [cloudflare_account_id, cloudflare_api_token]
|
||||
commands:
|
||||
- npm i -g wrangler
|
||||
- npx wrangler pages deploy dist --project-name sako-website
|
||||
- pnpm wrangler pages deploy dist --project-name sakosite
|
||||
|
||||
|
|
Loading…
Reference in a new issue