From 69b997f8ab143d463f88b6ead35ba92417d85690 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 27 Jun 2022 03:36:00 +0000 Subject: [PATCH] Move ocean preview to ocean.samhuri.net --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3d7de38..51e081d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ debug: ocean: @echo bin/build-gensite - bin/gensite . www http://ocean.gurulogic.ca:8000 + bin/gensite . www https://ocean.samhuri.net beta: clean_blog @echo @@ -45,7 +45,7 @@ clean_swift: serve: @echo - cd www && python3 -m http.server + cd www && python3 -m http.server --bind localhost watch: bin/watch