make the initial sync more specific
This commit is contained in:
parent
06472597b9
commit
3e4663bf4a
@ -17,7 +17,7 @@ echo
|
|||||||
|
|
||||||
rsync -rcve ssh --delete static/ $remote:$target
|
rsync -rcve ssh --delete static/ $remote:$target
|
||||||
ssh $remote chmod -R a+rX $target
|
ssh $remote chmod -R a+rX $target
|
||||||
ssh $remote sync
|
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