personal-website/.woodpecker/woodpecker.yml
baalajimaestro 979ed0b874
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix ci
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2024-07-14 20:22:40 +05:30

12 lines
299 B
YAML

when:
- event: push
steps:
- name: Deploy
image: docker.io/library/node:20-alpine
commands:
- npm install -g pnpm
- pnpm install --frozen-lockfile
- pnpm run build
- pnpx wrangler pages deploy dist
secrets: [ cf_api_token, content_api_url, content_api_key ]