forked from BLC/sgeUpdated
Update .gitea/workflows/sgeupdated.yml
Some checks failed
sgeUpdated CI/CD / deploy (push) Has been cancelled
Some checks failed
sgeUpdated CI/CD / deploy (push) Has been cancelled
This commit is contained in:
@@ -91,10 +91,10 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# This is your final 'build all' condition
|
# This is your final 'build all' condition
|
||||||
if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then
|
#if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then
|
||||||
echo "♻️ No source changes detected. Ensuring all containers are up."
|
# echo "♻️ No source changes detected. Ensuring all containers are up."
|
||||||
docker compose up -d
|
#docker compose up -d
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
echo "✅ Deployment script finished."
|
echo "✅ Deployment script finished."
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user