forked from BLC/sgeUpdated
Update .gitea/workflows/sgeupdated.yml
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 21s
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 21s
This commit is contained in:
@@ -80,9 +80,9 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# If no changes at all, just restart containers (commented out for now)
|
# If no changes at all, just restart containers (commented out for now)
|
||||||
if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then
|
#if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then
|
||||||
echo "♻️ No source changes detected. (Would restart containers here...)"
|
#echo "♻️ No source changes detected. (Would restart containers here...)"
|
||||||
docker compose up -d
|
#docker compose up -d
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
echo "✅ Check complete. (No rebuild or restart performed.)"
|
echo "✅ Check complete. (No rebuild or restart performed.)"
|
||||||
|
|||||||
Reference in New Issue
Block a user