Skip to content

Commit

Permalink
Revert "Don't *only* deploy to staging when deploying to live!"
Browse files Browse the repository at this point in the history
This reverts commit 13b26de.
  • Loading branch information
sebbacon committed Apr 16, 2019
1 parent 13b26de commit d16f5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def deploy(environment, branch='master'):
# Always deploy to staging first, thanks to our update
# workflow (below)
deploy('staging', branch=branch)
deploy('live', branch=branch)

make_directory()
setup_sudo()
with cd(env.path):
Expand Down

0 comments on commit d16f5ff

Please sign in to comment.