Created
April 10, 2015 21:17
-
-
Save arowla/d81caca5db7b6521aee9 to your computer and use it in GitHub Desktop.
Broken CF Manifest Inheritance (with Dual Apps)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# all environments use these settings | |
applications: | |
- name: api | |
memory: 512M | |
path: . | |
- name: web | |
path: ../openFEC-web-app | |
buildpack: python_buildpack |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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