We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3595ed4 commit cf86cc0Copy full SHA for cf86cc0
.github/workflows/publish_to_staging_slot.yml
@@ -36,5 +36,5 @@ jobs:
36
uses: azure/webapps-deploy@v2
37
with:
38
app-name: 'odata-prod'
39
- slot-name: 'odata-prod-stage' # Specify the staging slot
+ slot-name: 'stage' # Specify the staging slot
40
package: ${{ github.workspace }}/_site
0 commit comments