summaryrefslogtreecommitdiff
path: root/deploy_static
diff options
context:
space:
mode:
Diffstat (limited to 'deploy_static')
-rwxr-xr-xdeploy_static2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_static b/deploy_static
index e7f847d7..c4ee09bc 100755
--- a/deploy_static
+++ b/deploy_static
@@ -17,7 +17,7 @@ echo
rsync -rcve ssh --delete static/ $remote:$target
ssh $remote chmod -R a+rX $target
-ssh $remote sync
+ssh $remote sync -f $target
ssh $remote ln -snf $target html
ssh $remote sync .