Add a build target for ocean.gurulogic.ca

This commit is contained in:
Sami Samhuri 2019-12-25 06:09:38 +00:00
parent 53c5ca3032
commit 56833f88e7

View file

@ -5,6 +5,11 @@ debug:
bin/build-gensite
bin/gensite . www http://localhost:8000
ocean:
@echo
bin/build-gensite
bin/gensite . www http://ocean.gurulogic.ca:8000
beta: clean_blog
@echo
bin/build-gensite
@ -42,4 +47,4 @@ serve:
@echo
cd www && python -m SimpleHTTPServer
.PHONY: debug beta release publish publish_beta clean clean_blog clean_swift serve
.PHONY: debug ocean beta release publish publish_beta clean clean_blog clean_swift serve