Skip to content

Commit

Permalink
Got rid of the "deploy" branch.
Browse files Browse the repository at this point in the history
In practice we're just not using it, and it's making deploying new stuff
a bit harder. So we'll fly by the seat of our pants more now.
  • Loading branch information
jacobian committed Sep 9, 2011
1 parent fa6b1af commit ffdda0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabfile.py
Expand Up @@ -10,7 +10,7 @@
env.virtualenv = env.deploy_base
env.code_dir = env.deploy_base.child('src')
env.git_url = 'git://github.com/django/djangoproject.com.git'
env.default_deploy_ref = 'origin/deploy'
env.default_deploy_ref = 'origin/master'

def full_deploy():
"""
Expand Down Expand Up @@ -88,4 +88,4 @@ def southify(app):
time you do a deploy on app that's been newly southified.
"""
managepy('migrate %s 0001 --fake' % app)
managepy('migrate %s' % app)
managepy('migrate %s' % app)

0 comments on commit ffdda0a

Please sign in to comment.