diff options
author | davidovski <david@davidovski.xyz> | 2021-10-31 00:31:46 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-31 00:31:46 +0100 |
commit | 3a396753ef985699b52dd056796f338415c99b37 (patch) | |
tree | ba121cd2215e12d4ecbc8a0393aa66faba20b44c /sync.sh | |
parent | 83ea97d28fe569e90311713379fdb47c453a3a1c (diff) |
added gif image generation
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 |