diff --git a/.github/workflows/cd/deploy-app.sh b/.github/workflows/cd/deploy-app.sh index c2f26c59..76ddc6b0 100755 --- a/.github/workflows/cd/deploy-app.sh +++ b/.github/workflows/cd/deploy-app.sh @@ -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; \