Skip to content

Commit cf86cc0

Browse files
authored
Fix app-name and slot-name on publishing workflow (#351)
1 parent 3595ed4 commit cf86cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_staging_slot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
uses: azure/webapps-deploy@v2
3737
with:
3838
app-name: 'odata-prod'
39-
slot-name: 'odata-prod-stage' # Specify the staging slot
39+
slot-name: 'stage' # Specify the staging slot
4040
package: ${{ github.workspace }}/_site

0 commit comments

Comments
 (0)