mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Remove ocean.samhuri.net cruft
This commit is contained in:
parent
f1a6b7da24
commit
5c646d8d50
2 changed files with 2 additions and 7 deletions
7
Makefile
7
Makefile
|
|
@ -10,11 +10,6 @@ mudge:
|
|||
bin/build-gensite
|
||||
bin/gensite . www http://mudge:8000
|
||||
|
||||
ocean:
|
||||
@echo
|
||||
bin/build-gensite
|
||||
bin/gensite . www https://ocean.samhuri.net
|
||||
|
||||
beta: clean_blog
|
||||
@echo
|
||||
bin/build-gensite
|
||||
|
|
@ -53,4 +48,4 @@ serve:
|
|||
watch:
|
||||
bin/watch
|
||||
|
||||
.PHONY: debug ocean beta release publish publish_beta clean clean_blog clean_swift serve watch
|
||||
.PHONY: debug beta release publish publish_beta clean clean_blog clean_swift serve watch
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
BLOG_TARGET=${BLOG_TARGET:-ocean}
|
||||
BLOG_TARGET=${BLOG_TARGET:-mudge}
|
||||
|
||||
while true; do
|
||||
inotifywait -e modify,create,delete,move -r drafts -r posts
|
||||
|
|
|
|||
Loading…
Reference in a new issue