summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8faa061..606c1fc 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@ build: static/resume.png
publish: build
rsync -rz --delete public/ samanthony.xyz:/var/www/htdocs/samanthony.xyz/
+ ipfs add -r public \
+ | tail -n1 | awk '{print $$2}' \
+ | xargs -I{} ssh samanthony.xyz "IPFS_PATH=/var/kubo ipfs pin add -r {}"
serve:
hugo serve -DEF