autobaan/.woodpecker/deploy.yaml
collin c41e9bb477
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
Adding PUPPETEER_SKIP_DOWNLOAD to cicd
2026-06-19 11:08:01 +02:00

19 lines
300 B
YAML

when:
- event: push
branch: main
- event: manual
branch: main
steps:
- name: deploy
image: docker.io/node:hydrogen
environment:
PUPPETEER_SKIP_DOWNLOAD: true
volumes:
- /etc/ssh:/etc/ssh
commands:
- npm ci
- npm run deploy
depends_on:
- test