drone: add back install command on deploy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Was lost on the way
This commit is contained in:
@@ -80,6 +80,7 @@ steps:
|
||||
from_secret: ssh_key
|
||||
script_stop: true
|
||||
script:
|
||||
- sudo pip install --upgrade morss[full]
|
||||
- "pid=$$(sudo pidof 'gunicorn: master [morss]')"
|
||||
- sudo kill -s USR2 $$pid
|
||||
- sudo kill -s WINCH $$pid
|
||||
|
Reference in New Issue
Block a user