mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Pull Docker images with a tag
This commit is contained in:
parent
6a289859b6
commit
7c7b0c53a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd/deploy-app.sh
vendored
2
.github/workflows/cd/deploy-app.sh
vendored
|
|
@ -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; \
|
||||
docker-compose pull; \
|
||||
IMAGE_TAG=$DOCKER_IMAGE_TAG docker-compose pull; \
|
||||
echo '$run' > ./run.sh; \
|
||||
chmod +x ./run.sh; \
|
||||
./run.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue