From aaf116ca7103a072fe2e1bdecc9c08c5a5c6e732 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Fri, 24 Oct 2025 17:47:44 +0300 Subject: [PATCH] Update .gitea/workflows/sgeupdated.yml --- .gitea/workflows/sgeupdated.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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