Skip to content

Commit

Permalink
cloud: Add ARM template deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin42 committed Feb 12, 2025
1 parent c5d5d7c commit f0ef361
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main_pbnoirwebapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_3D02576091C14C84A6C6FE81857C9CEA }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_9D877CB9CEE7456FB75020DF632AFF48 }}

- name: Deploy ARM Template
uses: azure/arm-deploy@v1
with:
resourceGroupName: pbnoir-rg
template: WebAppResources.json

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v3
id: deploy-to-webapp
Expand Down
File renamed without changes.

0 comments on commit f0ef361

Please sign in to comment.