mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +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/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
|
||||
|
|
|
|||
Loading…
Reference in a new issue