From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 20 Mar 2024 07:00:25 +0000 (-0500) Subject: updated paths X-Git-Tag: v1.0~9 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=353445c02558fcd35cb530963997ad431f8911fe;p=m29-web-sfp.git updated paths --- diff --git a/publish.zsh b/publish.zsh index 92bd502..aaa4ac5 100755 --- a/publish.zsh +++ b/publish.zsh @@ -1,8 +1,8 @@ #!/bin/zsh -server_path=jlubow@dabkitsch.com:/home/jlubow/sketch.dabkitsch.com/m29/m29_sfp +server_path=jlubow@dabkitsch.com:/home/jlubow rootdirs=(media js style) -rootfiles=(favicon.ico index.html) +rootfiles=(app.js favicon.ico index.html) if [ -d _upload ] then @@ -33,7 +33,7 @@ echo 'upload designated: sketch dabk m29 m29_sfp' #rsync -avz --dry-run --delete $upload_dir/ $server_path echo 'rsync running in regular mode.' -rsync -avz --delete _upload/ ${server_path}/ +rsync -avz --delete _upload/ ${server_path}'/sketch.dabkitsch.com/m29/m29_sfp' #echo 'removing (temp) upload directory...' #rm -rf $upload_dir