summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-07-15 04:50:13 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-07-15 04:50:37 -0400
commit3e4663bf4a0026b6c52afdc8cb547acccbe7b79b (patch)
tree6ed2c10e6d37700a4a6189426c903087e8e92b85
parent06472597b987bc10a687f5d4c91dff218515751a (diff)
make the initial sync more specific
-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 .