sync before switching deployment

This commit is contained in:
Daniel Micay 2019-07-06 03:11:31 -04:00
parent aa80da9356
commit d6a25cb5e3

View File

@ -17,6 +17,7 @@ echo
rsync -rcve ssh --delete static/ $remote:$target
ssh $remote chmod -R a+rX $target
ssh $remote sync
ssh $remote ln -snf $target html
echo