website/.woodpecker.yml
2024-11-15 17:09:56 +04:00

17 lines
336 B
YAML

when:
- event: push
branch: master
steps:
build:
image: node
commands:
- npm install -g pnpm
- pnpm i --frozen-lockfile
- pnpm run build
deploy:
image: node
secrets: [cloudflare_account_id, cloudflare_api_token]
commands:
- pnpm wrangler pages deploy dist --project-name sakosite