Browse Source

Update production manifest

pull/286/head
baarkerlounger 3 years ago
parent
commit
b09777edf2
  1. 5
      manifest.yml

5
manifest.yml

@ -20,6 +20,11 @@ applications:
- name: dluhc-core-production
<<: *defaults
processes:
- type: web
command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server
instances: 4
memory: 1G
env:
RAILS_ENV: production
host: submit-social-housing-lettings-sales-data

Loading…
Cancel
Save