Update .gitea/workflows/sgeupdated.yml
Some checks failed
sgeUpdated CI/CD / deploy (push) Has been cancelled

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 fi
# This is your final 'build all' condition # This is your final 'build all' condition
if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then #if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then
echo "♻️ No source changes detected. Ensuring all containers are up." # echo "♻️ No source changes detected. Ensuring all containers are up."
docker compose up -d #docker compose up -d
fi #fi
echo "✅ Deployment script finished." echo "✅ Deployment script finished."
EOF EOF