Skip to content

Commit

Permalink
Update main_pwabuilder-ios(pre).yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khmyznikov authored Jun 8, 2023
1 parent 5eed9bc commit 5492da9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main_pwabuilder-ios(pre).yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,20 @@ jobs:
uses: actions/download-artifact@v3
with:
name: .net-app
- uses: azure/login@v1
with:
creds: |
{
"clientId": "${{ secrets.AZURE_APP_ID }}",
"clientSecret": "${{ secrets.AZURE_PASSWORD }}",
"subscriptionId": "${{ secrets.AZURE_SUBSCRIPTION_ID }}",
"tenantId": "${{ secrets.AZURE_TENANT_ID }}"
}
- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: 'pwabuilder-ios'
slot-name: 'pre'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_30163B2E42ED4EE89DC9D0CA34064518 }}
package: .

0 comments on commit 5492da9

Please sign in to comment.