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
|
- pnpm run build
|
||||||
deploy:
|
deploy:
|
||||||
image: node
|
image: node
|
||||||
secrets: [cf_account_id, cf_api_token]
|
secrets: [cloudflare_account_id, cloudflare_api_token]
|
||||||
commands:
|
commands:
|
||||||
- npm i -g wrangler
|
- pnpm wrangler pages deploy dist --project-name sakosite
|
||||||
- npx wrangler pages deploy dist --project-name sako-website
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue