Remove ocean.samhuri.net cruft

This commit is contained in:
Sami Samhuri 2026-02-03 04:24:37 -08:00
parent f1a6b7da24
commit 5c646d8d50
No known key found for this signature in database
2 changed files with 2 additions and 7 deletions

View file

@ -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

View file

@ -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