fix: executable deploy script & make entrypoint
This commit is contained in:
parent
fd6857b7e4
commit
ffc0448000
@ -28,9 +28,11 @@ services:
|
||||
- HUGO_PUBLIC_DIR=/usr/share/nginx/website
|
||||
- HUGO_WORKING_DIR=/root/website
|
||||
- WHD_HOOK_SCRIPTS=/root/scripts
|
||||
entrypoint: /root/scripts/deploy.sh
|
||||
configs:
|
||||
- source: webhookd_script
|
||||
target: /root/scripts/deploy.sh
|
||||
mode: 0555
|
||||
volumes:
|
||||
- nginx-data:/usr/share/nginx/website
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user