change: wait 15s before showing logs
Some checks failed
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Build (push) Successful in 7s
Blog Deployment / Test-Staging (push) Failing after 3s
Blog Deployment / Merge (push) Has been skipped
Blog Deployment / Deploy-Production (push) Has been skipped
Blog Deployment / Test-Production (push) Has been skipped
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s

This commit is contained in:
2026-04-30 10:43:39 +00:00
parent ab9a714b3e
commit 7728af1cdb

View File

@@ -163,7 +163,7 @@ jobs:
cd /blog
docker compose down ${CONTAINER_NAME}
docker compose up -d ${CONTAINER_NAME}
sleep 10
sleep 15
echo "- Displaying container logs"
docker compose logs ${CONTAINER_NAME}