diff --git a/compose.yml b/compose.yml index b79249a..1bb6b02 100644 --- a/compose.yml +++ b/compose.yml @@ -27,11 +27,11 @@ services: environment: - HUGO_GIT_URL - HUGO_PUBLIC_DIR=/usr/share/nginx/website - - HUGO_WORKING_DIR=/home/webhookd/website - - WHD_HOOK_SCRIPTS=/home/webhookd/scripts + - HUGO_WORKING_DIR=/root/website + - WHD_HOOK_SCRIPTS=/root/scripts configs: - source: webhookd_script - target: /home/webhookd/scripts/deploy.sh + target: /root/scripts/deploy.sh volumes: - nginx-data:/usr/share/nginx/website