Skip to content

Commit

Permalink
ci(deploy): change env vars usage (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho authored Mar 2, 2025
1 parent dacfb1f commit 093535a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
environment:
name: ${{ env.ENVIRONMENT_NAME }}
name: $ENVIRONMENT_NAME
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
permissions:
id-token: write
Expand All @@ -66,6 +66,6 @@ jobs:
id: deploy-to-webapp
uses: azure/webapps-deploy@v3
with:
app-name: ${{ env.AZURE_APP_NAME }}
slot-name: ${{ env.SLOT_NAME }}
app-name: $AZURE_APP_NAME
slot-name: $SLOT_NAME
package: .

0 comments on commit 093535a

Please sign in to comment.