autobaan/.woodpecker/test.yaml

19 lines
374 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:32:54 +02:00
- event; manual
2025-04-22 10:24:53 +02:00
steps:
- 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
2025-04-24 13:31:04 +02:00
environment:
SSH_KEY:
from_secret: AUTOBAAN_SSH_KEY
commands:
2025-04-24 13:31:04 +02:00
- echo $${SSH_KEY} > ssh_key
- ssh -i ssh_key root@autobaan touch deploy