fix: add container status check after deployment in workflow
All checks were successful
Deploy Production / deploy (push) Successful in 2m17s
All checks were successful
Deploy Production / deploy (push) Successful in 2m17s
This commit is contained in:
@@ -68,6 +68,10 @@ jobs:
|
||||
export DOMAIN=tablejerseys.com
|
||||
docker compose up -d
|
||||
sleep 10
|
||||
|
||||
echo "Container Status:"
|
||||
docker ps -a | grep tablejerseys || echo "No tablejerseys container found!"
|
||||
|
||||
rm -f /tmp/tablejerseys-web.tar.gz /tmp/docker-compose.yml
|
||||
|
||||
echo "Aggressive Docker cleanup to reclaim space"
|
||||
|
||||
Reference in New Issue
Block a user