diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-06 03:02:18 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-06 03:02:18 -0400 |
| commit | aa80da935643d4417a54752a2ec178ea2af4f715 (patch) | |
| tree | 573fe19235d3aedaa0acc32f45d1b68032c04bc7 /deploy_static | |
| parent | e3c0e79e99db9c09c060295bf3b3964509429977 (diff) | |
further improve deployment script output
Diffstat (limited to 'deploy_static')
| -rwxr-xr-x | deploy_static | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy_static b/deploy_static index 95d76d02..84657591 100755 --- a/deploy_static +++ b/deploy_static @@ -18,3 +18,6 @@ echo rsync -rcve ssh --delete static/ $remote:$target ssh $remote chmod -R a+rX $target ssh $remote ln -snf $target html + +echo +echo active is now $target |
