diff --git a/.build.yml b/.build.yml index bd8aae6..95e9279 100644 --- a/.build.yml +++ b/.build.yml @@ -24,7 +24,4 @@ tasks: cd seirdy.one export PATH=~/bin:$PATH make clean deploy - cp mentions.json ~/mentions.json make WWW_ROOT=/var/www/seirdy.onion HUGO_BASEURL='http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion/' clean deploy-html -artifacts: - - mentions.json diff --git a/Makefile b/Makefile index c5c7c5d..5e6498c 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ deploy-gemini: hugo rsync $(RSYNCFLAGS) $(OUTPUT_DIR)/posts/gemini.xml $(GEMINI_RSYNC_DEST)/feed.xml .PHONY: deploy -deploy: deploy-html mentions.json deploy-gemini +deploy: deploy-html deploy-gemini ## stuff for the staging server .PHONY: test-staging