Skip to content

Instantly share code, notes, and snippets.

@arowla
Created April 10, 2015 21:17
Show Gist options
  • Save arowla/d81caca5db7b6521aee9 to your computer and use it in GitHub Desktop.
Save arowla/d81caca5db7b6521aee9 to your computer and use it in GitHub Desktop.
Broken CF Manifest Inheritance (with Dual Apps)
---
# all environments use these settings
applications:
- name: api
memory: 512M
path: .
- name: web
path: ../openFEC-web-app
buildpack: python_buildpack
---
inherit: manifest_base.yml
applications:
- name: api
host: fec-dev-api
- name: web
host: fec-dev-web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment