diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-06 03:11:31 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-06 03:11:31 -0400 |
| commit | d6a25cb5e34df7d73bbc6329486e906427b24b4c (patch) | |
| tree | 0b3723aefc0ec78df70efa3825bd3f0ba95c1ea4 | |
| parent | aa80da935643d4417a54752a2ec178ea2af4f715 (diff) | |
sync before switching deployment
| -rwxr-xr-x | deploy_static | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy_static b/deploy_static index 84657591..e62a530e 100755 --- a/deploy_static +++ b/deploy_static @@ -17,6 +17,7 @@ echo rsync -rcve ssh --delete static/ $remote:$target ssh $remote chmod -R a+rX $target +ssh $remote sync ssh $remote ln -snf $target html echo |
