drone: escape full command
continuous-integration/drone/push Build was killed Details

master
pictuga 2021-12-14 15:16:21 +00:00
parent ff12dbea39
commit 495bd44893
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ steps:
- name: reload
commands:
- pid=$$(sudo pidof 'gunicorn: master [morss]')
- "pid=$$(sudo pidof 'gunicorn: master [morss]')"
- sudo kill -s USR2 $$pid
- sudo kill -s WINCH $$pid
- sudo kill -s TERM $$pid