Browse Source

Sort files together

pull/226/head
baarkerlounger 4 years ago
parent
commit
4950cfed42
  1. 14
      manifest_production.yml
  2. 0
      manifest_staging.yml

14
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

0
staging_manifest.yml → manifest_staging.yml

Loading…
Cancel
Save