Skip to content

Commit

Permalink
Temporary deploy to push to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeaufort committed Jun 28, 2019
1 parent 1955f2d commit 767dd31
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 @@ -74,7 +74,8 @@ def _detect_space(repo, branch=None, yes=False):
DEPLOY_RULES = (
('prod', _detect_prod),
('stage', lambda _, branch: branch.startswith('release')),
('dev', lambda _, branch: branch == 'develop'),
#('dev', lambda _, branch: branch == 'develop'),
('dev', lambda _, branch: branch == 'feature/2792-2821-2901-security-updates'),
# 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 767dd31

Please sign in to comment.