Skip to content

Commit

Permalink
Update ibm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnixon authored Sep 19, 2021
1 parent 471b6fb commit 3d16d1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ibm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
ibmcloud --version
ibmcloud config --check-version=false
ibmcloud cf install
echo env ${VUE_APP_NAMES}
echo secret ${{ secrets.VUE_APP_NAMES }}
# Authenticate with IBM Cloud CLI
- name: Authenticate with IBM Cloud CLI
Expand All @@ -47,6 +45,9 @@ jobs:
# Build the production files
- name: Build with yarn
env:
# Add extra build env values here
VUE_APP_NAMES: ${{ secrets.VUE_APP_NAMES }}
run: |
yarn
yarn build
Expand Down

0 comments on commit 3d16d1d

Please sign in to comment.