Skip to content

Commit

Permalink
tiny clean for fabfile
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mab committed Oct 30, 2014
1 parent 0f5fab4 commit a0b5b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pydiploy/examples/django_fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def deploy_frontend():
"""Deploy static files on load balancer"""
execute(pydiploy_deploy_frontend)


@roles('web')
@task
def rollback():
Expand Down
1 change: 1 addition & 0 deletions tools/pydiployfabfile.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def deploy_frontend():
"""Deploy static files on load balancer"""
execute(pydiploy_deploy_frontend)
@roles('web')
@task
def rollback():
Expand Down

0 comments on commit a0b5b04

Please sign in to comment.