mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
Add a build target for ocean.gurulogic.ca
This commit is contained in:
parent
53c5ca3032
commit
56833f88e7
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
|
@ -5,6 +5,11 @@ debug:
|
||||||
bin/build-gensite
|
bin/build-gensite
|
||||||
bin/gensite . www http://localhost:8000
|
bin/gensite . www http://localhost:8000
|
||||||
|
|
||||||
|
ocean:
|
||||||
|
@echo
|
||||||
|
bin/build-gensite
|
||||||
|
bin/gensite . www http://ocean.gurulogic.ca:8000
|
||||||
|
|
||||||
beta: clean_blog
|
beta: clean_blog
|
||||||
@echo
|
@echo
|
||||||
bin/build-gensite
|
bin/build-gensite
|
||||||
|
|
@ -42,4 +47,4 @@ serve:
|
||||||
@echo
|
@echo
|
||||||
cd www && python -m SimpleHTTPServer
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue