From 4950cfed429bc281e3bcc0fe885195dd26a97992 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 18 Jan 2022 17:42:03 +0000 Subject: [PATCH] Sort files together --- manifest_production.yml | 14 ++++++++++++++ staging_manifest.yml => manifest_staging.yml | 0 2 files changed, 14 insertions(+) create mode 100644 manifest_production.yml rename staging_manifest.yml => manifest_staging.yml (100%) diff --git a/manifest_production.yml b/manifest_production.yml new file mode 100644 index 000000000..709802481 --- /dev/null +++ b/manifest_production.yml @@ -0,0 +1,14 @@ +--- +applications: + - name: dluhc-core + buildpacks: + - https://github.com/cloudfoundry/ruby-buildpack.git + env: + RAILS_ENV: production + processes: + - type: web + command: rake db:migrate && bin/rails server + instances: 4 + memory: 512M + services: + - dluhc-core-production-postgres diff --git a/staging_manifest.yml b/manifest_staging.yml similarity index 100% rename from staging_manifest.yml rename to manifest_staging.yml