summaryrefslogtreecommitdiff
path: root/.local/bin/lsync
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/lsync')
-rwxr-xr-x.local/bin/lsync4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/lsync b/.local/bin/lsync
index 533710d..d414703 100755
--- a/.local/bin/lsync
+++ b/.local/bin/lsync
@@ -3,8 +3,8 @@
# This pushes everything! (except for blog, since it needs a bit more management)
echo "rsync: pushing (U) local (lz) to webserver (lzserver). (luevano.xyz)"
-rsync -rtuvP --delete-after --exclude-from=$HOME/dox/www/luevano.xyz/.rsyncignore $HOME/dox/www/luevano.xyz/ lzr:/var/www/
+rsync -rtuvP --delete-after --exclude-from=$HOME/dox/www/luevano.xyz/.rsyncignore $HOME/dox/www/luevano.xyz/ luevanor:/var/www/
# This pushes the blog.
echo "rsync: pushing (U) local (lz) to webserver (lzserver). (blog.luevano.xyz)"
-rsync -rtuvP --delete-after $HOME/dox/www/luevano.xyz/blog/dst/ lzr:/var/www/blog/
+rsync -rtuvP --delete-after $HOME/dox/www/luevano.xyz/blog/dst/ luevanor:/var/www/blog/