From 79b583ac7184dfc87c477c8fcaec9dd8392bfce6 Mon Sep 17 00:00:00 2001 From: maudhelen Date: Sat, 14 Oct 2023 22:52:23 +0200 Subject: [PATCH] deploy uat env? --- .github/workflows/ie-bank-frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: