From dc1b04b3c4067c400f20b517d89b794d79e713b4 Mon Sep 17 00:00:00 2001 From: Yashwanth Varma V <157632442+yashwanthvarmav@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:45:09 +0530 Subject: [PATCH] Update main_bloodguard-api.yml --- .github/workflows/main_bloodguard-api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_bloodguard-api.yml b/.github/workflows/main_bloodguard-api.yml index 62fd4c2..3d4644d 100644 --- a/.github/workflows/main_bloodguard-api.yml +++ b/.github/workflows/main_bloodguard-api.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest needs: build environment: - name: 'Development' + name: 'Production' url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} permissions: id-token: write #This is required for requesting the JWT @@ -60,6 +60,6 @@ jobs: id: deploy-to-webapp with: app-name: 'bloodguard-api' - slot-name: 'Development' + slot-name: 'Production' package: .