This commit is contained in:
Jonathan Eads 2014-05-30 11:10:21 -07:00
Родитель 5cc1d93f8c
Коммит 6740a418a9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ def deploy_web_app(ctx):
# this is primarely for the persona ui
ctx.remote("python2.6 manage.py collectstatic --noinput")
ctx.remote( '{0}/service httpd gracefull'.format(settings.SBIN_DIR) )
ctx.remote( '{0}/service httpd graceful'.format(settings.SBIN_DIR) )
ctx.remote( '{0}/supervisorctl restart gunicorn'.format(settings.BIN_DIR) )
@hostgroups(settings.CELERY_HOSTGROUP, remote_kwargs={'ssh_key': settings.SSH_KEY})