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 9d57ad5..3448b17 100755 --- a/git/hooks/hetzner-infra/post-receive +++ b/git/hooks/hetzner-infra/post-receive @@ -3,4 +3,5 @@ set -e 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 echo "Deploy complete: hetzner-infra" |
