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