зеркало из https://github.com/mozilla/FlightDeck.git
Restart gunicorn worker on update.
This commit is contained in:
Родитель
5338a284bd
Коммит
c0da0a8f00
|
@ -67,6 +67,7 @@ def install_cron(ctx):
|
|||
def deploy_app(ctx):
|
||||
ctx.remote(settings.REMOTE_UPDATE_SCRIPT)
|
||||
ctx.remote("/bin/touch %s" % settings.REMOTE_WSGI)
|
||||
ctx.remote("/sbin/service gunicorn-builder-addons graceful")
|
||||
|
||||
|
||||
@hostgroups(settings.CELERY_HOSTGROUP, remote_kwargs={'ssh_key': settings.SSH_KEY})
|
||||
|
|
Загрузка…
Ссылка в новой задаче