diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-16 17:45:03 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-16 17:45:03 -0600 |
commit | 7e49db5ddefe8c515b5f3931a5c701efaac33d91 (patch) | |
tree | d7d1efda44837a466fe079266efda90021812399 /lsync | |
parent | 3112a76dac594fe715b59e53c399b0dec5b53193 (diff) |
change structure for new pyssg version
Diffstat (limited to 'lsync')
-rwxr-xr-x | lsync | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1,14 +0,0 @@ -#!/bin/sh -# Push to luevano.xyz - -# This pushes everything! (except for blog and art, since it needs a bit more management) -echo "rsync: pushing (U) local (lz) to webserver (lzserver). (luevano.xyz)" -rsync -rtuvPL --delete-after --exclude-from=$HOME/luevano.xyz/.rsyncignore $HOME/luevano.xyz/ luevanor:/var/www/ - -# This pushes the blog. -echo "rsync: pushing (U) local (lz) to webserver (lzserver). (blog.luevano.xyz)" -rsync -rtuvPL --delete-after $HOME/luevano.xyz/blog/dst/ luevanor:/var/www/blog/ - -# This pushes the art. -echo "rsync: pushing (U) local (lz) to webserver (lzserver). (art.luevano.xyz)" -rsync -rtuvPL --delete-after $HOME/luevano.xyz/art/dst/ luevanor:/var/www/art/ |