Skip to content

Commit ecaf9b3

Browse files
chore(react): update cloud foundry manifest (#11345)
* chore(react): update cloud foundry manifest * chore(ci): update storybook release app name Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
1 parent 846272c commit ecaf9b3

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/v10-deploy-react-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
run: |
4646
cd packages/react
4747
yarn build-storybook
48-
ibmcloud cf blue-green-deploy carbon-storybook \
48+
ibmcloud cf blue-green-deploy v7-carbon-storybook \
4949
-f manifest.yml \
5050
--delete-old-apps

packages/react/manifest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
applications:
3-
- name: carbon-storybook
3+
- name: v7-carbon-storybook
44
memory: 64M
55
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
66
routes:
7-
- route: react.carbondesignsystem.com
8-
- route: carbon-react-storybook.mybluemix.net
7+
- route: v10-react.carbondesignsystem.com

0 commit comments

Comments
 (0)