diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-03-31 01:35:44 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-03-31 01:35:49 +0200 |
commit | 42ce2fcdb86dd2d7a5de5b9640e4fcd6b7319f4c (patch) | |
tree | f819c68a211024f37fe771369d085a9709277681 | |
parent | 653f1be6bf3743759f3cf339c3dcf63ac458811d (diff) |
Upload script: fix
-rwxr-xr-x | upload.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +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/ +rsync -avc --delete -e ssh www/ root@vps:/var/www/ekaitz/ |