From b09777edf2785b992f8c0c3f01b5330d8c9b0129 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 9 Feb 2022 11:41:24 +0000 Subject: [PATCH] Update production manifest --- manifest.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.yml b/manifest.yml index 8938a313c..a80004d41 100644 --- a/manifest.yml +++ b/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