refactor!: using root from webhookd image
This commit is contained in:
parent
c031a9fb8f
commit
897bf69b8c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user