diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 1c25891..75e37ab 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -3,15 +3,16 @@ when: - event: manual steps: - - name: test - image: docker.io/node:hydrogen-slim - commands: - - npm ci - - npm run test:unit + # - 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 root@autobaan - ssh -i /etc/ssh/keys/id_ed25519 root@autobaan touch deploy