when: - event: push - event: manual steps: - name: test-and-deploy image: docker.io/node:hydrogen volumes: - /etc/ssh:/etc/ssh commands: - npm ci - npm run test:unit - npm run deploy