Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

Commit

Permalink
Update fabric again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonthomas committed Feb 5, 2015
1 parent 7547185 commit 878afd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def update_info(ref='origin/master'):

@task
def deploy():
helpers.deploy(name='trunion-{0}'.format(settings.APPNAME),
env=settings.ENV,
helpers.deploy(name='trunion',
env='{0}-{1}'.format(settings.ENV, settings.APPNAME),
cluster=settings.CLUSTER,
domain=settings.DOMAIN,
root=ROOT,
Expand Down

0 comments on commit 878afd2

Please sign in to comment.