This commit is contained in:
Egor Matveev 2022-03-08 23:12:10 +03:00
parent 2c437dede6
commit 2507e9ec9e

View File

@ -14,8 +14,6 @@ build:
- docker login -u mathwave -p $DOCKERHUB_PASSWORD
script:
- docker build -t mathwave/sprint-repo:sprint .
- docker build -t local_postgres dockerfiles/postgres
- docker build -t local_rabbitmq dockerfiles/rabbitmq
- docker push mathwave/sprint-repo:sprint
.deploy: