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:
@@ -75,13 +75,8 @@ jobs:
|
||||
cd ../..
|
||||
echo "Rebuilding frontend Docker container..."
|
||||
|
||||
echo "🚀 Safe frontend deploy..."
|
||||
(
|
||||
docker compose build bgreen-frontend &&
|
||||
docker compose up -d bgreen-frontend
|
||||
) || {
|
||||
echo "⚠️ Frontend deploy failed, but keeping existing container running."
|
||||
}
|
||||
docker compose up -d --build bgreen-frontend 2>&1 | grep -v "removal of container .* is already in progress" || true
|
||||
|
||||
|
||||
#docker compose up -d --build bgreen-frontend
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user