Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Update deploy script as per bug 843216.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Mar 11, 2013
1 parent e3452c7 commit 2182e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update/deploy.py
Expand Up @@ -107,7 +107,7 @@ def deploy_app(ctx):
def update_celery(ctx):
"""Update and restart Celery."""
ctx.remote(settings.REMOTE_UPDATE_SCRIPT)
ctx.remote('service %s restart' % settings.CELERY_SERVICE)
ctx.remote('supervisorctl restart %s' % settings.CELERY_SERVICE)


@task
Expand Down

0 comments on commit 2182e3b

Please sign in to comment.