sync after the atomic deployment step too

This commit is contained in:
Daniel Micay 2019-07-15 04:38:18 -04:00
parent 0cd29b55b3
commit 06472597b9

View File

@ -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