diff options
| -rwxr-xr-x | deploy_static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_static b/deploy_static index e7f847d7..c4ee09bc 100755 --- a/deploy_static +++ b/deploy_static @@ -17,7 +17,7 @@ echo rsync -rcve ssh --delete static/ $remote:$target ssh $remote chmod -R a+rX $target -ssh $remote sync +ssh $remote sync -f $target ssh $remote ln -snf $target html ssh $remote sync . |
