15 lines
335 B
Text
15 lines
335 B
Text
defaults: &defaults
|
|
HEROKU: true
|
|
application_yml: <%= '../' + '../' +'config/' + 'application.yml.example' %>
|
|
production:
|
|
app: production
|
|
stack: cedar
|
|
config:
|
|
<<: *defaults
|
|
BUNDLE_WITHOUT: "development:test"
|
|
staging:
|
|
app: staging
|
|
stack: cedar
|
|
config:
|
|
<<: *defaults
|
|
BUNDLE_WITHOUT: "development:test"
|