From 2247725eb1770d7bfbbffd3a36c2cc7dbd71d513 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Wed, 25 Aug 2021 15:58:13 +0300 Subject: [PATCH] Update CD script --- .github/workflows/cd/deploy-app.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; \