Feat: aboba
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-12-27 19:35:25 +03:00
parent d33914a0ba
commit 2c87ce1554

View File

@@ -5,13 +5,13 @@ when:
steps: steps:
- name: build - name: build
image: docker:latest image: docker:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands: commands:
- docker build -t test . - docker build -t test .
- name: deploy
image: docker:latest
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- name: deploy
image: docker:latest
commands: commands:
- sh run.sh - sh run.sh
volumes:
- /var/run/docker.sock:/var/run/docker.sock