From 86900ff45e05238f67cc14daef7fe76ded69385e Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 31 Oct 2021 00:31:46 +0100 Subject: added gif image generation --- sync.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh index 25107f9..01c8d21 100755 --- a/sync.sh +++ b/sync.sh @@ -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 -- cgit v1.2.1