autobaan/.woodpecker/test-and-deploy.yaml
Collin Duncan a78444749c
Some checks failed
ci/woodpecker/push/test-and-deploy Pipeline failed
Updating deploy script and cicd name
2025-04-28 21:45:07 +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