17 lines
431 B
Text
17 lines
431 B
Text
defaults: &defaults
|
|
HEROKU: true
|
|
application_yml: <%= '../' + '../' +'config/' + 'application.yml.example' %>
|
|
production:
|
|
app: production
|
|
stack: cedar
|
|
config:
|
|
<<: *defaults
|
|
BUNDLE_WITHOUT: "development:test"
|
|
HOME_FILE: 'app/views/home/_show.html.haml'
|
|
staging:
|
|
app: staging
|
|
stack: cedar
|
|
config:
|
|
<<: *defaults
|
|
BUNDLE_WITHOUT: "development:test"
|
|
HOME_FILE: 'app/views/home/_show.html.haml'
|