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: when:
- event: push - event: push
branch: test branch: deploy
steps: steps:
- name: build - name: build
image: docker:latest image: docker:latest
commands: commands:
- docker build -t test . - docker build -t aboba .
- name: deploy - name: deploy
image: docker:latest image: docker:latest
commands: commands:
- echo "$ENV_FILE" > .env
- sh run.sh - sh run.sh

View File

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