There was an error while loading. Please reload this page.
1 parent 15caba2 commit 5a040c4Copy full SHA for 5a040c4
1 file changed
.github/workflows/deploy.yml
@@ -149,14 +149,6 @@ jobs:
149
push: true
150
tags: ghcr.io/${{ github.repository }}:${{ github.sha }}
151
152
- # deploy application service
153
- - name: Deploy to Azure Web App
154
- uses: azure/webapps-deploy@v2
155
- with:
156
- app-name: ${{ vars.AZURE_WEBAPP_NAME }}
157
- images: ghcr.io/${{ github.repository }}:${{ github.sha }}
158
- publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
159
-
160
# begin setup to deploy container app
161
- name: Log in to azure using federated identity credentials
162
uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3
0 commit comments