This commit is contained in:
@@ -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
|
||||
@@ -35,7 +35,7 @@ services:
|
||||
|
||||
networks:
|
||||
bot_network:
|
||||
driver: overlay
|
||||
driver: bridge
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
Reference in New Issue
Block a user