aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-01-08 08:32:19 +0000
committerOmar Polo <op@omarpolo.com>2024-01-08 08:32:19 +0000
commit104a2059e6d81068369e6142a341619a6e35ef77 (patch)
tree1242fb00e5beeae33bccae7c86be88d4f7452654 /site
parent822125ca3fc91a09c4130fe621094e90d7043ff5 (diff)
make `serve-gemini' use gemexp (from repo) instead of gmid
the standalone / config-less mode was removed from gmid and put into gemexp time ago...
Diffstat (limited to 'site')
-rw-r--r--site/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/Makefile b/site/Makefile
index 3723e72..a280383 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -62,7 +62,7 @@ serve-www:
python3 -m http.server --directory www 8888
serve-gemini:
- gmid -p 1966 ./gemini
+ ./../gemexp ./gemini
upload:
openrsync --rsync-path=openrsync --del -a www/ antartica:/var/www/gmid.omarpolo.com