mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
[deploy-it] temp override for deploy branch rules
for ei-prod only. I set up the ei EB env as prod level, but have been working on launch changed in master branch. Easy enough to undo, but I didn't wan't to mess with prod branch until done because the launch scripts affect all the n1cloud-related environments.
This commit is contained in:
parent
6532d3c647
commit
180f92b78a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if len(sys.argv) != 2 or sys.argv[1] in ('-h', '--help'):
|
|||
|
||||
environment = sys.argv[1]
|
||||
level = 'prod'
|
||||
if 'staging' in environment:
|
||||
if 'staging' in environment or 'ei-prod' in environment:
|
||||
level = 'staging'
|
||||
elif 'dev' in environment:
|
||||
level = 'dev'
|
||||
|
|
Loading…
Reference in a new issue