[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:
Jeremy Price 2017-03-18 15:26:08 -07:00
parent 6532d3c647
commit 180f92b78a

View file

@ -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'