mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
forcing recreate on docker-compose
This commit is contained in:
parent
d3800bcc99
commit
60905b229a
1 changed files with 3 additions and 1 deletions
|
@ -84,4 +84,6 @@ steps:
|
||||||
docker-compose \
|
docker-compose \
|
||||||
-f $${BUILD_PATH}/${DRONE_BRANCH}/docker-compose.yml \
|
-f $${BUILD_PATH}/${DRONE_BRANCH}/docker-compose.yml \
|
||||||
--env-file $${BUILD_PATH}/${DRONE_BRANCH}/.env \
|
--env-file $${BUILD_PATH}/${DRONE_BRANCH}/.env \
|
||||||
up -d --build
|
--force-recreate \
|
||||||
|
-d --build \
|
||||||
|
up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue