replace recursive chmod for deployment

This commit is contained in:
Daniel Micay 2019-07-15 14:15:36 -04:00
parent 3e4663bf4a
commit 8ccb99ecb4

View File

@ -15,8 +15,7 @@ echo active is $active
echo target is $target
echo
rsync -rcve ssh --delete static/ $remote:$target
ssh $remote chmod -R a+rX $target
rsync -rpcve ssh --chmod=D755,F644 --delete static/ $remote:$target
ssh $remote sync -f $target
ssh $remote ln -snf $target html
ssh $remote sync .