Add web3 and web4
This commit is contained in:
parent
8debd07b84
commit
3c5eaed2f3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ def domains_for_stage(stage)
|
|||
when 'dev'
|
||||
['web1.dev', 'web2.dev']
|
||||
when 'prod'
|
||||
['web1', 'web2']
|
||||
['web1', 'web2', 'web3', 'web4']
|
||||
else
|
||||
raise "STAGE #{stage} is unknown. It must be either dev or prod."
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue