autobaan/.woodpecker/test.yaml
Collin Duncan 7bc95a8217
Some checks failed
ci/woodpecker/push/test Pipeline failed
testing network addresses
2025-04-24 14:24:28 +02:00

19 lines
441 B
YAML

when:
- event: push
- event: manual
steps:
# - name: test
# image: docker.io/node:hydrogen-slim
# commands:
# - npm ci
# - npm run test:unit
- name: deploy
image: kroniak/ssh-client
volumes:
- /etc/ssh/keys:/etc/ssh/keys
commands:
- cat /etc/ssh/keys/id_ed25519
- ping -c 1 192.168.1.167
- ping -c 1 autobaan
- ssh -i /etc/ssh/keys/id_ed25519 root@autobaan touch deploy