Skip to content

Commit

Permalink
Update main_mkrecord.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaniq authored Jan 25, 2025
1 parent 50f9d6e commit 61a93ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main_mkrecord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ jobs:
client-id: ${{ secrets.MKRECORD_AZURE_REG_APP_ID }}
subscription-id: ${{ secrets.MKRECORD_AZURE_SUBSCRIPTION_ID }}

- name: 'Deploy to Azure Web App'
- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: 'mkrecord'
slot-name: 'Production'
app-name: "mkrecord"
package: .

0 comments on commit 61a93ee

Please sign in to comment.