fix: executable deploy script & make entrypoint

This commit is contained in:
decentral1se 2024-03-23 11:20:52 +01:00
parent fd6857b7e4
commit ffc0448000
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -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