Skip to content

Commit

Permalink
ci(deploy-stage): fix slot name
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho authored Oct 7, 2024
1 parent a81cea6 commit 8d8dea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
uses: azure/webapps-deploy@v3
with:
app-name: 'lumexui'
slot-name: 'Staging'
slot-name: 'staging'
package: .

0 comments on commit 8d8dea7

Please sign in to comment.