mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix: drop static-webmentions
This commit is contained in:
parent
17c3fb568d
commit
2fefe939db
2 changed files with 1 additions and 4 deletions
|
@ -24,7 +24,4 @@ tasks:
|
||||||
cd seirdy.one
|
cd seirdy.one
|
||||||
export PATH=~/bin:$PATH
|
export PATH=~/bin:$PATH
|
||||||
make clean deploy
|
make clean deploy
|
||||||
cp mentions.json ~/mentions.json
|
|
||||||
make WWW_ROOT=/var/www/seirdy.onion HUGO_BASEURL='http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion/' clean deploy-html
|
make WWW_ROOT=/var/www/seirdy.onion HUGO_BASEURL='http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion/' clean deploy-html
|
||||||
artifacts:
|
|
||||||
- mentions.json
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -94,7 +94,7 @@ deploy-gemini: hugo
|
||||||
rsync $(RSYNCFLAGS) $(OUTPUT_DIR)/posts/gemini.xml $(GEMINI_RSYNC_DEST)/feed.xml
|
rsync $(RSYNCFLAGS) $(OUTPUT_DIR)/posts/gemini.xml $(GEMINI_RSYNC_DEST)/feed.xml
|
||||||
|
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
deploy: deploy-html mentions.json deploy-gemini
|
deploy: deploy-html deploy-gemini
|
||||||
|
|
||||||
## stuff for the staging server
|
## stuff for the staging server
|
||||||
.PHONY: test-staging
|
.PHONY: test-staging
|
||||||
|
|
Loading…
Reference in a new issue