We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846272c commit ecaf9b3Copy full SHA for ecaf9b3
2 files changed
.github/workflows/v10-deploy-react-storybook.yml
@@ -45,6 +45,6 @@ jobs:
45
run: |
46
cd packages/react
47
yarn build-storybook
48
- ibmcloud cf blue-green-deploy carbon-storybook \
+ ibmcloud cf blue-green-deploy v7-carbon-storybook \
49
-f manifest.yml \
50
--delete-old-apps
packages/react/manifest.yml
@@ -1,8 +1,7 @@
1
---
2
applications:
3
-- name: carbon-storybook
+- name: v7-carbon-storybook
4
memory: 64M
5
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
6
routes:
7
- - route: react.carbondesignsystem.com
8
- - route: carbon-react-storybook.mybluemix.net
+ - route: v10-react.carbondesignsystem.com
0 commit comments