Update .gitea/workflows/sgeupdated.yml

This commit is contained in:
2025-10-24 17:47:44 +03:00
parent 061c0cb376
commit aaf116ca71

View File

@@ -91,10 +91,10 @@ jobs:
fi
# This is your final 'build all' condition
if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then
echo "♻️ No source changes detected. Ensuring all containers are up."
docker compose up -d
fi
#if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then
# echo "♻️ No source changes detected. Ensuring all containers are up."
#docker compose up -d
#fi
echo "✅ Deployment script finished."
EOF