Skip to content

Commit

Permalink
Merge branch 'main' of github.com:davidnixon/bqapp into main
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnixon committed Sep 20, 2021
2 parents 2808abb + 3d16d1d commit fc562f8
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 fc562f8

Please sign in to comment.