Update CD script

This commit is contained in:
Sergey Stepanov 2021-08-25 15:58:13 +03:00
parent 149486396a
commit 2247725eb1
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -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; \