drone: add back install command on deploy
continuous-integration/drone/push Build is passing Details

Was lost on the way
master
pictuga 2021-12-14 15:42:02 +00:00
parent 89f5d07408
commit 9fd8c7d6af
1 changed files with 1 additions and 0 deletions

View File

@ -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