Skip to content

Commit

Permalink
Test deploy tasks. Drop this commit later.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkfec committed Oct 2, 2020
1 parent c00b0b0 commit 611fe28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ 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 == 'feature/3978-update-circleci-config'),
# Uncomment below and adjust branch name to deploy desired feature branch to the feature space
# ('feature', lambda _, branch: branch == '[BRANCH NAME]'),
)
Expand Down

0 comments on commit 611fe28

Please sign in to comment.