autobaan/.woodpecker/test.yaml
Collin Duncan 691deb7765
Some checks failed
ci/woodpecker/push/test Pipeline failed
adding deploy step
2025-04-28 13:58:51 +02:00

17 lines
320 B
YAML

when:
- event: push
- event: manual
steps:
- name: test
image: docker.io/node:hydrogen-slim
volumes:
- /etc/ssh:/etc/ssh
commands:
- npm ci
- npm run test:unit
- npm run deploy
- name: deploy
image: kroniak/ssh-client
commands:
- ssh root@autobaan touch deploy