Deploy: use prod keyword for prod stage
This commit is contained in:
parent
1433331fb5
commit
d3c74897f1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ task :deploy do
|
|||
domains = case ENV['STAGE']
|
||||
when 'dev'
|
||||
['web1.dev', 'web2.dev']
|
||||
when 'master'
|
||||
when 'prod'
|
||||
['web1', 'web2']
|
||||
else
|
||||
raise "STAGE #{STAGE} is unknown. It must be either dev or master"
|
||||
|
|
Loading…
Reference in a new issue