Update .gitea/workflows/sgeupdated.yml
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 21s

This commit is contained in:
2025-10-22 18:11:36 +03:00
parent 50abcab358
commit 76d37d6038

View File

@@ -80,9 +80,9 @@ jobs:
fi
# If no changes at all, just restart containers (commented out for now)
if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then
echo "♻️ No source changes detected. (Would restart containers here...)"
docker compose up -d
fi
#if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then
#echo "♻️ No source changes detected. (Would restart containers here...)"
#docker compose up -d
#fi
echo "✅ Check complete. (No rebuild or restart performed.)"