Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
defaults: &defaults
|
|
|
|
buildpacks:
|
|
|
|
- https://github.com/cloudfoundry/ruby-buildpack.git
|
|
|
|
processes:
|
|
|
|
- type: web
|
|
|
|
command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server
|
|
|
|
instances: 2
|
|
|
|
memory: 512M
|
|
|
|
|
|
|
|
applications:
|
|
|
|
- name: dluhc-core-staging
|
|
|
|
<<: *defaults
|
|
|
|
env:
|
|
|
|
RAILS_ENV: staging
|
|
|
|
services:
|
|
|
|
- dluhc-core-staging-postgres
|
|
|
|
|
|
|
|
- name: dluhc-core-production
|
|
|
|
<<: *defaults
|
|
|
|
env:
|
|
|
|
RAILS_ENV: production
|
|
|
|
host: submit-social-housing-lettings-sales-data
|
|
|
|
services:
|
|
|
|
- dluhc-core-production-postgres
|