Skip to content

Commit

Permalink
Merge pull request #59 from pwa-builder/update-to-use-sp
Browse files Browse the repository at this point in the history
chore(): update dev publish to use Azure sp
  • Loading branch information
khmyznikov committed Jun 8, 2023
2 parents a352558 + 56362a1 commit 5eed9bc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/dev_pwabuilder-ios(dev).yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,20 @@ jobs:
uses: actions/download-artifact@v2
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: 'dev'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_0231B92C387E44F8B612C9B2A1A1E0E3 }}
package: .

0 comments on commit 5eed9bc

Please sign in to comment.