Files
nwxraybot/.woodpecker.yml
2024-12-27 19:26:20 +03:00

17 lines
333 B
YAML

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