diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-15 04:38:18 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-15 04:39:14 -0400 |
| commit | 06472597b987bc10a687f5d4c91dff218515751a (patch) | |
| tree | bc2886463fd63f8eead2dc4607c45abe1726a901 /deploy_static | |
| parent | 0cd29b55b3f5ed151db6cfe199be2571bc977525 (diff) | |
sync after the atomic deployment step too
Diffstat (limited to 'deploy_static')
| -rwxr-xr-x | deploy_static | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy_static b/deploy_static index e62a530e..e7f847d7 100755 --- a/deploy_static +++ b/deploy_static @@ -19,6 +19,7 @@ rsync -rcve ssh --delete static/ $remote:$target ssh $remote chmod -R a+rX $target ssh $remote sync ssh $remote ln -snf $target html +ssh $remote sync . echo echo active is now $target |
