diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-08 03:18:31 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-08 03:18:31 -0600 |
commit | 35ff363e779149b6364901a53dd1eefe89ca5ddb (patch) | |
tree | 579302f30c3796d7c32885c63f2e0e8de5813cb4 /pyssg.xyz/bs | |
parent | 40d23848d816816b3db3e7296e8a28f964b53786 (diff) |
refactor code, small bug fixing and changes
Diffstat (limited to 'pyssg.xyz/bs')
-rwxr-xr-x | pyssg.xyz/bs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyssg.xyz/bs b/pyssg.xyz/bs index 1b863dc..1130b71 100755 --- a/pyssg.xyz/bs +++ b/pyssg.xyz/bs @@ -5,6 +5,5 @@ PYSSG_XYZ_DIR=$HOME/pyssg/pyssg.xyz pyssg --config $PYSSG_XYZ_DIR/config.yaml -b --debug -exit 0 echo "rsync: pushing (U) local (pyssg.xyz) to webserver (luevano.xyz). (pyssg.xyz)" rsync -rtuvPL --delete-after --exclude-from=$PYSSG_XYZ_DIR/.rsyncignore $PYSSG_XYZ_DIR/live/ luevanor:/var/www/pyssg.xyz/
\ No newline at end of file |