autobaan/.woodpecker/deploy.yaml
collin 26d52399c0
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
Switching to node 18 slim image in cicd
2026-06-19 11:17:45 +02:00

19 lines
305 B
YAML

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