autobaan/.woodpecker/test.yaml
Collin Duncan 3ca68c5841
Some checks failed
ci/woodpecker/push/test Pipeline failed
changing image for deploy step
2025-04-24 13:12:55 +02:00

14 lines
248 B
YAML

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