autobaan/.woodpecker/test.yaml

18 lines
320 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-24 13:33:20 +02:00
- event: manual
2025-04-22 10:24:53 +02:00
steps:
2025-04-28 13:58:51 +02:00
- name: test
image: docker.io/node:hydrogen-slim
volumes:
- /etc/ssh:/etc/ssh
2025-04-28 13:58:51 +02:00
commands:
- npm ci
- npm run test:unit
- npm run deploy
- name: deploy
image: kroniak/ssh-client
commands:
- ssh root@autobaan touch deploy