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 26, 2025
1 parent 5aa4bf0 commit 3da2045
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main_mkrecord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,15 @@ jobs:
run: unzip release.zip

- name: Login to Azure
uses: azure/login@v1
uses: Azure/login@v2.2.0
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_AA1E083B803E478891EA30C8E00DE755 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_B0F31153161E4B68970E57B487C0F0D4 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_EFD51116AB6C47CA8233B07822DD5D8C }}
tenant-id: ${{ secrets.BLG_AZURE_TENANT_ID }}
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 3da2045

Please sign in to comment.