Skip to content

Commit

Permalink
Made the quick-deploy the "default" in the fabfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobian committed Jan 31, 2011
1 parent 8a5abeb commit 59c8fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabfile.py
Expand Up @@ -14,7 +14,7 @@
# FIXME: make a deploy branch in this repo to deploy against.
env.default_deploy_ref = 'origin/community_redux'

def deploy():
def full_deploy():
"""
Full deploy: new code, update dependencies, migrate, and restart services.
"""
Expand All @@ -23,7 +23,7 @@ def deploy():
apache("restart")
memcached("restart")

def quick_deploy():
def deploy():
"""
Quick deploy: new code and an in-place reload.
"""
Expand Down

0 comments on commit 59c8fb2

Please sign in to comment.