fix: expliclity reset cmd

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

View File

@ -29,6 +29,7 @@ services:
- HUGO_WORKING_DIR=/root/website - HUGO_WORKING_DIR=/root/website
- WHD_HOOK_SCRIPTS=/root/scripts - WHD_HOOK_SCRIPTS=/root/scripts
entrypoint: /root/scripts/deploy.sh entrypoint: /root/scripts/deploy.sh
command: webhookd
configs: configs:
- source: webhookd_script - source: webhookd_script
target: /root/scripts/deploy.sh target: /root/scripts/deploy.sh