diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-03-31 01:14:19 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-03-31 01:14:19 +0100 |
commit | c7a14447f85fbd8cf47a531732ef867150c930b1 (patch) | |
tree | 049a7067193ee0105091d2915fb20a079c973934 | |
parent | 53f62e743d7643cfff1c61f510b9d90c5cae4ab3 (diff) |
Add upload script
-rwxr-xr-x | upload.sh | 3 |
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/ |