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
149486396a
commit
2247725eb1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/cd/deploy-app.sh
vendored
3
.github/workflows/cd/deploy-app.sh
vendored
|
|
@ -200,8 +200,7 @@ for ip in $IP_LIST; do
|
|||
remote_sudo_run_once $ip "$PROVIDER_DIR" "$ssh_i"
|
||||
remote_sudo_run_once $ip "$ENV_DIR" "$ssh_i"
|
||||
|
||||
echo "Update the remote host"$'\n'
|
||||
echo "$compose_src"
|
||||
echo "Update the remote host"
|
||||
|
||||
ssh -o ConnectTimeout=10 $USER@$ip ${ssh_i:-} "\
|
||||
docker-compose -v; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue