diff options
Diffstat (limited to 'git')
| -rwxr-xr-x | git/hooks/hetzner-infra/post-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git/hooks/hetzner-infra/post-receive b/git/hooks/hetzner-infra/post-receive index 3448b17..190df69 100755 --- a/git/hooks/hetzner-infra/post-receive +++ b/git/hooks/hetzner-infra/post-receive @@ -4,4 +4,5 @@ GIT_WORK_TREE=/app/infra git checkout -f bash /app/infra/caddy/deploy.sh bash /app/infra/cgit/deploy.sh bash /app/infra/mail/deploy.sh +bash /app/infra/hetzner-admin/deploy.sh echo "Deploy complete: hetzner-infra" |
