add release flag for deploy sinexcel

This commit is contained in:
atef 2026-02-13 10:03:05 +01:00
parent f821c7c645
commit f897d49106
1 changed files with 2 additions and 2 deletions

View File

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