Feat: first try to start
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-12-27 20:33:17 +03:00
parent d0bc379518
commit e04481d552
2 changed files with 4 additions and 3 deletions

View File

@@ -1,13 +1,14 @@
when:
- event: push
branch: test
branch: deploy
steps:
- name: build
image: docker:latest
commands:
- docker build -t test .
- docker build -t aboba .
- name: deploy
image: docker:latest
commands:
- echo "$ENV_FILE" > .env
- sh run.sh

View File

@@ -35,7 +35,7 @@ services:
networks:
bot_network:
driver: overlay
driver: bridge
volumes:
postgres_data: