Skip to content

Commit

Permalink
ci(github): update publish workflows using ibmcloud CLI (#5836)
Browse files Browse the repository at this point in the history
* ci(github): update publish workflows using ibmcloud CLI

* Update deploy-vanilla-devenv.yml
  • Loading branch information
joshblack committed Apr 16, 2020
1 parent 0d8109e commit b6cc88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-react-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
-r 'us-south'
- name: Install IBM Cloud plugins
run: |
ibmcloud cf install
ibmcloud cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org
ibmcloud cf install-plugin blue-green-deploy -f -r CF-Community
- name: Deploy React storybook
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-vanilla-devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
-r 'us-south'
- name: Install IBM Cloud plugins
run: |
ibmcloud cf install
ibmcloud cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org
ibmcloud cf install-plugin blue-green-deploy -f -r CF-Community
- name: Deploy vanilla devenv
Expand Down

0 comments on commit b6cc88e

Please sign in to comment.