Skip to content

Commit

Permalink
fix: deploy env is prod
Browse files Browse the repository at this point in the history
  • Loading branch information
KotaHusky committed Mar 27, 2024
1 parent 4645ee2 commit c176e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-container-to-azure-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
environment:
name: ${{ env.AZURE_SLOT_NAME }}
name: 'production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
Expand Down

0 comments on commit c176e07

Please sign in to comment.