16 lines
307 B
YAML
16 lines
307 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:/etc/ssh
|
|
commands:
|
|
- ssh root@autobaan touch deploy
|