Skip to content

Commit

Permalink
Fix app-name and slot-name on publishing workflow (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
gathogojr authored Aug 7, 2023
1 parent 3595ed4 commit cf86cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_staging_slot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: 'odata-prod'
slot-name: 'odata-prod-stage' # Specify the staging slot
slot-name: 'stage' # Specify the staging slot
package: ${{ github.workspace }}/_site

0 comments on commit cf86cc0

Please sign in to comment.