From 06472597b987bc10a687f5d4c91dff218515751a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 15 Jul 2019 04:38:18 -0400 Subject: [PATCH] sync after the atomic deployment step too --- deploy_static | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy_static b/deploy_static index e62a530e..e7f847d7 100755 --- a/deploy_static +++ b/deploy_static @@ -19,6 +19,7 @@ rsync -rcve ssh --delete static/ $remote:$target ssh $remote chmod -R a+rX $target ssh $remote sync ssh $remote ln -snf $target html +ssh $remote sync . echo echo active is now $target