when: - event: push - event: manual steps: - name: test image: docker.io/node:hydrogen-slim volumes: - /etc/ssh:/etc/ssh commands: - npm ci - npm run test:unit - npm run deploy - name: deploy image: kroniak/ssh-client commands: - ssh root@autobaan touch deploy