Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
TEMPORARY deploy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeaufort committed Feb 18, 2020
1 parent 9e78e52 commit 73b5cc5
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 @@ -60,7 +60,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/466-update-gunicorn'),
)

@task
Expand Down

0 comments on commit 73b5cc5

Please sign in to comment.