From 3b6000bc4077c2a21fe0a2ef4d996bbf4c278a38 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Wed, 22 Oct 2025 15:52:38 +0300 Subject: [PATCH] Update sgeupdated pipeline v21++++ --- .gitea/workflows/sgeupdated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index d630adb..eecba1c 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -81,7 +81,7 @@ jobs: # 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 + docker compose up -d fi echo "✅ Check complete. (No rebuild or restart performed.)"