Skip to content

Commit

Permalink
Merge pull request #61 from pwa-builder/dev
Browse files Browse the repository at this point in the history
main <- dev
  • Loading branch information
khmyznikov committed Jun 8, 2023
2 parents 3a14d49 + 5492da9 commit 477011a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
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: .
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 @@ -52,12 +52,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 477011a

Please sign in to comment.