diff options
Diffstat (limited to 'sync.sh')
-rwxr-xr-x | sync.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,8 +1,5 @@ #!/bin/bash -python build.py rsync -Lta --no-perms --no-owner --no-group --delete --exclude=sync.sh -z -e ssh ./html/ cheetah:/srv/www/davidovski/html - ssh -t cheetah "ln -s /srv/shared/site/* /srv/www/davidovski/html/" - # git push # push after everything to keep it all backed up |