mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Move ocean preview to ocean.samhuri.net
This commit is contained in:
parent
eb093d1343
commit
69b997f8ab
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue