autobaan/.woodpecker/test.yaml

16 lines
261 B
YAML
Raw Normal View History

2025-04-22 10:24:53 +02:00
when:
2025-04-24 11:51:55 +02:00
- branch: *
2025-04-22 10:24:53 +02:00
event: push
steps:
- name: test
image: docker.io/node:hydrogen-slim
commands:
- npm ci
- npm run test:unit
- name: deploy
2025-04-24 11:47:01 +02:00
image: docker.io/busybox
commands:
- ssh root@autobaan
- touch deploy