Skip to content

Commit

Permalink
Update eshoponweb-cicd.yml
Browse files Browse the repository at this point in the history
Update Disabled webapps-deploy for ZIP deployment
  • Loading branch information
maartenvandiemen authored Apr 23, 2024
1 parent a351286 commit 5c93e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/eshoponweb-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
if: false #Disable step due to comment above
uses: Azure/webapps-deploy@v3
with:
type: ZIP
app-name: ${{ env.WEBAPP-NAME }}
package: .net-app
package: .net-app/app.zip

# Publish website to Azure App Service using CLI (WebApp)
- name: Publish Website to WebApp
Expand Down

0 comments on commit 5c93e34

Please sign in to comment.