Deployment with azure/webapps-deploy@v3
Fails to Update Code in App Service
#449
Labels
azure/webapps-deploy@v3
Fails to Update Code in App Service
#449
Description
When using
azure/webapps-deploy@v3
in a GitHub Actions workflow file (auto-generated by Azure when configuring an App Service to receive deployments from a specific branch), the initial deployment succeeds as expected, updating the code in the App Service. However, subsequent deployments exhibit the following issues:Downgrading the action to
azure/webapps-deploy@v2
resolves the issue. After downgrading, multiple deployments can be triggered successfully, and the code changes are correctly applied to the App Service.Deleting the deployment connection from the Azure side and then recreating it also temporarily resolves the issue. The deployment will succeed on the first push after recreating the connection, but subsequent pushes fail to update the app code.
Environment Details
Steps to Reproduce
azure/webapps-deploy@v3
.Workaround
Downgrade the action to
azure/webapps-deploy@v2
in the workflow file.Alternatively, delete the deployment connection in Azure and recreate it. Note that this resolves the issue temporarily, with the deployment succeeding on the first push only.
Expected Behavior
Actual Behavior
Additional Information
azure/webapps-deploy@v3
.Request
Please investigate this issue and provide a resolution or guidance. If additional information or testing is required, I’m happy to assist.
The text was updated successfully, but these errors were encountered: