mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Update CD script
This commit is contained in:
parent
37d63e875c
commit
766b9ae6a4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cd/deploy-app.sh
vendored
1
.github/workflows/cd/deploy-app.sh
vendored
|
|
@ -203,6 +203,7 @@ for ip in $IP_LIST; do
|
|||
echo "Update the remote host"
|
||||
|
||||
ssh -o ConnectTimeout=10 $USER@$ip ${ssh_i:-} "\
|
||||
docker-compose -v \
|
||||
mkdir -p $REMOTE_WORK_DIR; \
|
||||
cd $REMOTE_WORK_DIR; \
|
||||
echo '$compose_src' > ./docker-compose.yml; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue