From 41917db9befa50038bb5da56567ed1f554b06961 Mon Sep 17 00:00:00 2001 From: atef Date: Fri, 12 Apr 2024 11:30:55 +0200 Subject: [PATCH] Add new Installation Ip address in deploy all installation file --- csharp/App/SaliMax/deploy_all_installations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/App/SaliMax/deploy_all_installations.sh b/csharp/App/SaliMax/deploy_all_installations.sh index 9368fde0a..680c4dbbd 100755 --- a/csharp/App/SaliMax/deploy_all_installations.sh +++ b/csharp/App/SaliMax/deploy_all_installations.sh @@ -16,7 +16,7 @@ dotnet publish \ -r linux-x64 echo -e "\n============================ Deploy ============================\n" -ip_addresses=("10.2.3.115" "10.2.3.104" "10.2.4.33" "10.2.4.32" "10.2.4.36" "10.2.4.35" "10.2.4.154" "10.2.4.113" "10.2.4.29") +ip_addresses=("10.2.3.115" "10.2.3.104" "10.2.4.33" "10.2.4.32" "10.2.4.36" "10.2.4.35" "10.2.4.154" "10.2.4.113" "10.2.4.29" "10.2.4.211") for ip_address in "${ip_addresses[@]}"; do rsync -v \