summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy_static3
1 files changed, 1 insertions, 2 deletions
diff --git a/deploy_static b/deploy_static
index 4cadea95..7ffdedfa 100755
--- a/deploy_static
+++ b/deploy_static
@@ -11,7 +11,6 @@ else
target=html_a
fi
-ssh $remote rm -rf $target
-scp -r static $remote:$target
+rsync -rcve ssh --delete static/ $remote:$target
ssh $remote chmod -R a+rX $target
ssh $remote ln -snf $target html