summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-03-31 01:14:19 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-03-31 01:14:19 +0100
commitc7a14447f85fbd8cf47a531732ef867150c930b1 (patch)
tree049a7067193ee0105091d2915fb20a079c973934
parent53f62e743d7643cfff1c61f510b9d90c5cae4ab3 (diff)
Add upload script
-rwxr-xr-xupload.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/upload.sh b/upload.sh
new file mode 100755
index 0000000..aeb1048
--- /dev/null
+++ b/upload.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env -S guix shell -m manifest.scm -- bash
+pelican -s publishconf.py
+rsync -avc --delete -e ssh www/ vps:/var/www/ekaitz/