make webhookd hook timeout configurable

This commit is contained in:
2025-03-11 16:39:05 +01:00
parent 99ad658b5a
commit 89e8d2cda0
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ HUGO_GIT_URL=git@codeberg.org:eotl/example-repo.git
#COMPOSE_FILE="$COMPOSE_FILE:compose.private.yml"
#PRIVATE_ENABLED=1
#SECRET_DEPLOY_KEY_VERSION=v1
#WHD_HOOK_TIMEOUT=10
# Custom deployment script
# place this in your HUGO_GIT_URL repository root

View File

@ -40,6 +40,7 @@ services:
- HUGO_VERSION
- PRIVATE_ENABLED
- WHD_SCRIPTS=/root/scripts
- WHD_HOOK_TIMEOUT=${WHD_HOOK_TIMEOUT:-10}
command: webhookd
entrypoint: /entrypoint.sh
networks: