Update sgeupdated pipeline v11
All checks were successful
sgeUpdated Smoke Test / smoke-test (push) Successful in 6s

This commit is contained in:
2025-08-30 01:33:02 +03:00
parent d25a7975c7
commit e2a1b6f940

View File

@@ -31,7 +31,7 @@ jobs:
cd/home/ubuntu/sgeUpdated
git pull origin main
# --- Backend ---
# --- Backend ---
if echo "${CHANGED_FILES}" | grep -q "sge-backend"; then
echo "Backend changes detected..."
cd sge-backend
@@ -41,7 +41,7 @@ jobs:
docker compose up -d --force-recreate backend
fi
# --- Frontend ---
# --- Frontend ---
if echo "${CHANGED_FILES}" | grep -q "sge-frontend"; then
echo "Frontend changes detected..."
cd sge-frontend