diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index 88d204f..423750b 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -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