Skip to content

Commit 5a040c4

Browse files
committed
fix: dont attempt to deploy a non-existent resource
1 parent 15caba2 commit 5a040c4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,6 @@ jobs:
149149
push: true
150150
tags: ghcr.io/${{ github.repository }}:${{ github.sha }}
151151

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-
160152
# begin setup to deploy container app
161153
- name: Log in to azure using federated identity credentials
162154
uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3

0 commit comments

Comments
 (0)