autobaan/.woodpecker/test-and-deploy.yaml

14 lines
226 B
YAML
Raw Permalink Normal View History

2025-04-22 10:24:53 +02:00
when:
2025-04-24 11:52:29 +02:00
- event: push
2025-04-24 13:33:20 +02:00
- event: manual
2025-04-22 10:24:53 +02:00
steps:
2025-04-28 21:45:07 +02:00
- name: test-and-deploy
2025-04-28 16:13:29 +02:00
image: docker.io/node:hydrogen
volumes:
- /etc/ssh:/etc/ssh
2025-04-28 13:58:51 +02:00
commands:
- npm ci
- npm run test:unit
- npm run deploy