Skip to content

Commit

Permalink
try different manifest location
Browse files Browse the repository at this point in the history
  • Loading branch information
malmas18 committed Nov 21, 2019
1 parent 9dec03c commit 8acb126
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
steps:
- cf_deploy:
cf_app_name: fd-rc-ui
cf_manifest: manifest.rc.yml
cf_manifest: ../manifest.rc.yml
cf_path: ui
- cf_deploy:
cf_app_name: fd-rc-api
Expand All @@ -134,7 +134,7 @@ jobs:
steps:
- cf_deploy:
cf_app_name: fd-pc-ui
cf_manifest: manifest.pc.yml
cf_manifest: ../manifest.pc.yml
cf_path: ui
- cf_deploy:
cf_app_name: fd-pc-api
Expand All @@ -147,7 +147,7 @@ jobs:
steps:
- cf_deploy:
cf_app_name: fd-alpha-ui
cf_manifest: manifest.alpha.yml
cf_manifest: ../manifest.alpha.yml
cf_path: ui
- cf_deploy:
cf_app_name: fd-alpha-api
Expand All @@ -163,7 +163,7 @@ jobs:
cf_user: $CF_USER_PROD
cf_password: $CF_PASSWORD_PROD
cf_app_name: fd-ui
cf_manifest: manifest.prod.yml
cf_manifest: ../manifest.prod.yml
cf_path: ui
- cf_deploy:
cf_url: https://api.system.b.cld.gov.au
Expand Down
1 change: 0 additions & 1 deletion ui/manifest.alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ buildpack: staticfile_buildpack
memory: 256M
disk_quota: 512M
instances: 2
root: public
routes:
- route: fd-alpha.apps.y.cld.gov.au
1 change: 0 additions & 1 deletion ui/manifest.pc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ buildpack: staticfile_buildpack
memory: 256M
disk_quota: 512M
instances: 2
root: public
routes:
- route: fd-pc.apps.y.cld.gov.au
1 change: 0 additions & 1 deletion ui/manifest.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ buildpack: staticfile_buildpack
memory: 256M
disk_quota: 512M
instances: 2
root: public
routes:
- route: frontdoor.apps.b.cld.gov.au
1 change: 0 additions & 1 deletion ui/manifest.rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ buildpack: staticfile_buildpack
memory: 256M
disk_quota: 512M
instances: 2
root: public
routes:
- route: fd-rc.apps.y.cld.gov.au

0 comments on commit 8acb126

Please sign in to comment.