autobaan/.woodpecker/test.yaml

19 lines
409 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-24 14:22:06 +02:00
# - name: test
# image: docker.io/node:hydrogen-slim
# commands:
# - npm ci
# - npm run test:unit
- name: deploy
2025-04-24 13:12:55 +02:00
image: kroniak/ssh-client
volumes:
- /etc/ssh/keys:/etc/ssh/keys
commands:
- cat /etc/ssh/keys/id_ed25519
2025-04-24 14:22:06 +02:00
- ping root@autobaan
- ssh -i /etc/ssh/keys/id_ed25519 root@autobaan touch deploy