1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Fix: drop static-webmentions

This commit is contained in:
Rohan Kumar 2021-12-13 15:32:58 -08:00
parent 17c3fb568d
commit 2fefe939db
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 1 additions and 4 deletions

View file

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

View file

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