diff options
Diffstat (limited to 'deploy_static')
| -rwxr-xr-x | deploy_static | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deploy_static b/deploy_static index c4ee09bc..0e158c3d 100755 --- a/deploy_static +++ b/deploy_static @@ -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 . |
