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