From 1a636fa9c073c99e519074e8f9ecc967fd0f16fc Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 31 Oct 2021 00:55:35 +0100 Subject: moved generated gifs to a different place --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh index 01c8d21..e78ef19 100755 --- a/sync.sh +++ b/sync.sh @@ -1,5 +1,5 @@ #!/bin/bash -rsync -Lta --no-perms --no-owner --no-group --delete --exclude=sync.sh -z -e ssh ./html/ cheetah:/srv/www/davidovski/html +rsync -Lta --no-perms --no-owner --no-group --delete --exclude=sync.sh -z -e ssh ./dist/ 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