diff options
| author | Ahmed <git@gumx.cc> | 2026-06-19 15:45:49 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-19 15:45:49 +0300 |
| commit | bd2a2474995cc3b546000714c6f86caf7d3d8bdc (patch) | |
| tree | c2c79b8b67d160fca0b543d0cd59ecdd8be3eb2e /hooks/post-receive | |
| parent | a58d547912294eadf816441fba8656bd1072ab25 (diff) | |
add: lists website instead of page in mail.gumx.cc
Diffstat (limited to 'hooks/post-receive')
| -rw-r--r-- | hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 25ae829..f628a10 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -7,7 +7,7 @@ WORK=/home/git/build/sites cd "$WORK" python3 _shared/build.py . -for SITE in irc.gumx.cc vpn.gumx.cc mail.gumx.cc pgp.gumx.cc wk.fo twt.gumx.cc files.gumx.cc demo.gumx.cc; do +for SITE in irc.gumx.cc vpn.gumx.cc mail.gumx.cc pgp.gumx.cc wk.fo twt.gumx.cc files.gumx.cc demo.gumx.cc list.gumx.cc; do if [ -d "$SITE" ]; then WEBROOT="/var/www/$SITE" mkdir -p "$WEBROOT" |
