summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-19 15:45:49 +0300
committerAhmed <git@gumx.cc>2026-06-19 15:45:49 +0300
commitbd2a2474995cc3b546000714c6f86caf7d3d8bdc (patch)
treec2c79b8b67d160fca0b543d0cd59ecdd8be3eb2e /hooks
parenta58d547912294eadf816441fba8656bd1072ab25 (diff)
add: lists website instead of page in mail.gumx.cc
Diffstat (limited to 'hooks')
-rw-r--r--hooks/post-receive2
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"