diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-15 04:50:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-15 04:50:37 -0400 |
| commit | 3e4663bf4a0026b6c52afdc8cb547acccbe7b79b (patch) | |
| tree | 6ed2c10e6d37700a4a6189426c903087e8e92b85 /deploy_static | |
| parent | 06472597b987bc10a687f5d4c91dff218515751a (diff) | |
make the initial sync more specific
Diffstat (limited to 'deploy_static')
| -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 . |
