Rename chatmail-pyinfra into deploy-chatmail

This commit is contained in:
link2xt
2023-10-15 15:40:06 +00:00
parent bd152c4a4e
commit 262eb36a5c
15 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
set -e
EVENT_NAME="$1"
[ "$EVENT_NAME" = "live-updated" ] || exit 42
systemctl restart nginx.service