Skip to content

Commit

Permalink
Fix checkin_changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
oremj committed Aug 4, 2011
1 parent 3a4281c commit 60bdd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update/update.py
Expand Up @@ -80,7 +80,6 @@ def install_cron(ctx):

@hostgroups(settings.WEB_HOSTGROUP, remote_kwargs={'ssh_key': settings.SSH_KEY})
def deploy_app(ctx):
checkin_changes()
ctx.remote(settings.REMOTE_UPDATE_SCRIPT)
ctx.remote("/bin/touch %s" % settings.REMOTE_WSGI)

Expand All @@ -96,6 +95,7 @@ def update_celery(ctx):
@task
def deploy(ctx):
install_cron()
checkin_changes()
deploy_app()
update_celery()

Expand Down

0 comments on commit 60bdd8c

Please sign in to comment.