Skip to content

Commit

Permalink
Temporary deploy to stage
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeaufort committed Aug 28, 2019
1 parent 0ba47f0 commit c78ba9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def _detect_space(repo, branch=None, yes=False):

DEPLOY_RULES = (
('prod', _detect_prod),
('stage', lambda _, branch: branch.startswith('release')),
#('stage', lambda _, branch: branch.startswith('release')),
('stage', lambda _, branch: branch == 'feature/add-headers-middleware'),
('dev', lambda _, branch: branch == 'develop'),
# Uncomment below and adjust branch name to deploy desired feature branch to the feature space
# ('feature', lambda _, branch: branch == 'feature/INSERT_BRANCH_NAME'),
Expand Down

0 comments on commit c78ba9a

Please sign in to comment.