Skip to content

Commit

Permalink
deploy to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlucas committed Sep 26, 2022
1 parent 7d6f1e2 commit e9ffb2f
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 @@ -143,7 +143,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/5238-update-refresh-time-interval'),
)


Expand Down

0 comments on commit e9ffb2f

Please sign in to comment.