Skip to content

Commit

Permalink
Update main_bloodguard-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwanthvarmav authored Nov 19, 2024
1 parent ddae82f commit dc1b04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_bloodguard-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -60,6 +60,6 @@ jobs:
id: deploy-to-webapp
with:
app-name: 'bloodguard-api'
slot-name: 'Development'
slot-name: 'Production'
package: .

0 comments on commit dc1b04b

Please sign in to comment.