Files
nwxraybot/.woodpecker.yml
Sergey Elpashev 2c87ce1554
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Feat: aboba
2024-12-27 19:35:25 +03:00

17 lines
333 B
YAML

when:
- event: push
branch: test
steps:
- name: build
image: docker:latest
commands:
- docker build -t test .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- name: deploy
image: docker:latest
commands:
- sh run.sh
volumes:
- /var/run/docker.sock:/var/run/docker.sock