wowana.me

website source


commit 69ee9063c5a47a511f5336f4c5c5c2a1555dffd4
parent 5b36b5cf81114c39b94da6dfb8e6d378bddf9692
Author: opal hart <opal@wowana.me>
Date:   Tue, 31 Mar 2020 02:35:52 +0000

update ssh hostname for site

Diffstat:
MMakefile | 4++--
Mscripts/gitindex.sh | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -19,8 +19,8 @@ clean: rm -f $(FINAL) $(OBJ) upload: - rsync -Pauvz --exclude-from=rsync-ignore --delete out/ mimiga:www/wowana.me/ - rsync -Pauvz out/git/ mimiga:/var/lib/git/ + rsync -Pauvz --exclude-from=rsync-ignore --delete out/ sakamoto:www/wowana.me/ + rsync -Pauvz out/git/ sakamoto:/var/lib/git/ src/%.part.xht: src/%.md ./scripts/altnet.sh < $< | $(MARKDOWN) > $@ diff --git a/scripts/gitindex.sh b/scripts/gitindex.sh @@ -3,7 +3,7 @@ : "${MARKDOWN:=markdown}" git_root=/var/lib/git -repos="$(ssh mimiga find "$git_root" -type d -name '*.git')" +repos="$(ssh sakamoto find "$git_root" -type d -name '*.git')" for repopath in $repos; do repo="${repopath#"$git_root/"}"