website/.woodpecker.yml

17 lines
348 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: [cf_account_id, cf_api_token]
commands:
- npm i -g wrangler
- npx wrangler pages deploy dist --project-name sako-website