From 3e4663bf4a0026b6c52afdc8cb547acccbe7b79b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 15 Jul 2019 04:50:13 -0400 Subject: [PATCH] make the initial sync more specific --- deploy_static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .