autobaan/.woodpecker/deploy.yaml
collin cc9fbc4cdc
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
Using non-slim version of node image for deploy
2026-06-19 11:59:34 +02:00

19 lines
294 B
YAML

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