diff options
-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/ |