Skip to content

Commit

Permalink
chore(react): update cloud foundry manifest (#11345)
Browse files Browse the repository at this point in the history
* chore(react): update cloud foundry manifest

* chore(ci): update storybook release app name

Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
  • Loading branch information
joshblack and tay1orjones committed May 5, 2022
1 parent 846272c commit ecaf9b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/v10-deploy-react-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
run: |
cd packages/react
yarn build-storybook
ibmcloud cf blue-green-deploy carbon-storybook \
ibmcloud cf blue-green-deploy v7-carbon-storybook \
-f manifest.yml \
--delete-old-apps
5 changes: 2 additions & 3 deletions packages/react/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
applications:
- name: carbon-storybook
- name: v7-carbon-storybook
memory: 64M
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
routes:
- route: react.carbondesignsystem.com
- route: carbon-react-storybook.mybluemix.net
- route: v10-react.carbondesignsystem.com

0 comments on commit ecaf9b3

Please sign in to comment.