autobaan/.woodpecker/test-and-deploy.yaml
Collin Duncan a6fb5f35b6
Some checks failed
ci/woodpecker/push/test-and-deploy Pipeline was successful
Push to main / test (push) Has been cancelled
Push to main / build-image (push) Has been cancelled
Migrating to self-hosted solution for cicd and deployments
2025-04-29 11:24:20 +02:00

13 lines
226 B
YAML

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