This commit is contained in:
2026-07-26 14:43:53 -05:00
parent 8d17c83f35
commit 890608049d
8 changed files with 89 additions and 66 deletions
+1 -2
View File
@@ -54,7 +54,7 @@ if ((post_pull == 0)); then
fi
printf 'Updating the local Gitea image and deployment stack...\n'
docker compose --env-file .env -f deploy/gitea/compose.yaml pull
docker compose --env-file .env pull gitea nginx certbot
"${DEPLOY_ROOT}/manage.sh" start
container_id="$(docker compose -f compose.yaml -f compose.tls.yaml ps -q broker)"
@@ -72,7 +72,6 @@ for ((attempt = 1; attempt <= 75; attempt++)); do
healthy)
printf ' healthy.\n'
docker compose -f compose.yaml -f compose.tls.yaml ps
docker compose --env-file .env -f deploy/gitea/compose.yaml ps
printf 'Local deployment updated successfully.\n'
exit 0
;;