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