autobaan/.woodpecker/test.yaml

15 lines
247 B
YAML
Raw Normal View History

2025-04-22 10:24:53 +02:00
when:
2025-04-24 11:52:29 +02:00
- event: push
2025-04-22 10:24:53 +02:00
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