autobaan/.woodpecker/test.yaml
Collin Duncan 78b2334e4b
Some checks failed
ci/woodpecker/push/test Pipeline failed
Removing branch
2025-04-24 11:52:29 +02:00

14 lines
247 B
YAML

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