replace recursive chmod for deployment
This commit is contained in:
parent
3e4663bf4a
commit
8ccb99ecb4
@ -15,8 +15,7 @@ echo active is $active
|
|||||||
echo target is $target
|
echo target is $target
|
||||||
echo
|
echo
|
||||||
|
|
||||||
rsync -rcve ssh --delete static/ $remote:$target
|
rsync -rpcve ssh --chmod=D755,F644 --delete static/ $remote:$target
|
||||||
ssh $remote chmod -R a+rX $target
|
|
||||||
ssh $remote sync -f $target
|
ssh $remote sync -f $target
|
||||||
ssh $remote ln -snf $target html
|
ssh $remote ln -snf $target html
|
||||||
ssh $remote sync .
|
ssh $remote sync .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user