gitでpullしたらgunicorn restartできないかなと思って調べた。
supervisorctl status gunicorn | sed "s/.*[pid ]\([0-9]\+\)\,.*/\1/" | xargs kill -HUP
でrestartできるので、これを.git/hooks/post-mergeに書いておけばいいうようだ。
(あとでやる)
gitでpullしたらgunicorn restartできないかなと思って調べた。
supervisorctl status gunicorn | sed "s/.*[pid ]\([0-9]\+\)\,.*/\1/" | xargs kill -HUP
でrestartできるので、これを.git/hooks/post-mergeに書いておけばいいうようだ。
(あとでやる)