Fix setup warnings and stabilize auto-update workflow

Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
Raghav
2026-04-17 11:30:59 +05:30
parent bb2136aad5
commit 10665b7ef2
4 changed files with 46 additions and 5 deletions

View File

@ -91,6 +91,9 @@ compose -f "${COMPOSE_FILE}" pull db app web
echo "==> Recreating services"
compose -f "${COMPOSE_FILE}" up -d db app web
echo "==> Restarting web container to refresh nginx upstream resolution"
compose -f "${COMPOSE_FILE}" restart web
if ! wait_for_occ; then
echo "ERROR: Nextcloud OCC did not become ready in time."
exit 1