Pull all the images when deploying

This commit is contained in:
sergystepanov 2022-04-09 09:43:51 +03:00 committed by GitHub
parent c190177955
commit 59c3d4a6c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,7 +210,7 @@ for ip in $IP_LIST; do
cd $REMOTE_WORK_DIR; \
echo '$compose_src' > ./docker-compose.yml; \
echo '$run_env' > ./run.env; \
IMAGE_TAG=$DOCKER_IMAGE_TAG docker-compose pull coordinator; \
IMAGE_TAG=$DOCKER_IMAGE_TAG docker-compose pull; \
echo '$run' > ./run.sh; \
chmod +x ./run.sh; \
./run.sh"