diff --git a/.github/workflows/ie-bank-frontend.yml b/.github/workflows/ie-bank-frontend.yml index 33d69ab8..c3569ba8 100644 --- a/.github/workflows/ie-bank-frontend.yml +++ b/.github/workflows/ie-bank-frontend.yml @@ -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 @@ -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: