update workflows

This commit is contained in:
Sakooooo 2024-11-15 17:09:56 +04:00
parent 2e3b0fb473
commit b50da34f59
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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