Skip to content

Commit

Permalink
deploy uat env?
Browse files Browse the repository at this point in the history
  • Loading branch information
maudhelen committed Oct 14, 2023
1 parent af85163 commit 79b583a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ie-bank-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: npm install, build, and test
run: |
npm install
npm run build -- --mode development --dest dist-dev ## this command will build the vue.js app using .env.development variables into the dest-div/ folder
npm run build -- --mode uat --dest dist-dev ## this command will build the vue.js app using .env.development variables into the dest-div/ folder
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
environment:
name: 'Development'
name: 'UAT'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
Expand Down

0 comments on commit 79b583a

Please sign in to comment.