autobaan/.woodpecker/test.yaml

15 lines
254 B
YAML

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