Skip to content

Commit

Permalink
ci(deploy): test staging
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho authored Mar 2, 2025
1 parent 846fa48 commit 9583cd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Deploy to Azure Web App
on:
push:
branches:
- main
- dev
paths:
- "docs/**"
workflow_dispatch:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
environment:
name: "Production"
name: "staging"
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
permissions:
id-token: write #This is required for requesting the JWT
Expand All @@ -64,5 +64,5 @@ jobs:
uses: azure/webapps-deploy@v3
with:
app-name: "lumexui"
slot-name: "Production"
package: .
slot-name: "staging"
package: .

0 comments on commit 9583cd1

Please sign in to comment.