From f897d491061d81e0f856372d43d7b664e0fbbfb5 Mon Sep 17 00:00:00 2001 From: atef Date: Fri, 13 Feb 2026 10:03:05 +0100 Subject: [PATCH] add release flag for deploy sinexcel --- csharp/App/SinexcelCommunication/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/App/SinexcelCommunication/deploy.sh b/csharp/App/SinexcelCommunication/deploy.sh index 4fdb2df97..b471853c3 100755 --- a/csharp/App/SinexcelCommunication/deploy.sh +++ b/csharp/App/SinexcelCommunication/deploy.sh @@ -5,7 +5,7 @@ is_release="$2" # Pass --release if this is a real release username='inesco' root_password='Sodistore0918425' -release_flag_file="./bin/Release/$dotnet_version/linux-arm64/publish/.release.flag" + release_flag_file="./bin/Release/$dotnet_version/linux-arm64/publish/.release.flag" set -e @@ -28,5 +28,5 @@ rsync -v \ echo -e "\n✅ Real release. Triggering sync to server..." touch "$release_flag_file" else - echo -e "\n Test build. Not syncing to main release server." + echo -e "\n🚫 Test build. Not syncing to main release server." fi \ No newline at end of file