fix: target codeflash-webapp-2 staging with standalone deploy

This commit is contained in:
Kevin Turcios 2026-04-15 07:55:42 -05:00
parent e1c1f13701
commit 791ee34f0d

View file

@ -111,11 +111,12 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: "Deploy to Azure App Service - codeflash-webapp-main"
- name: "Deploy to Azure App Service - codeflash-webapp-2 staging"
uses: azure/webapps-deploy@v3
id: deploy-to-webapp
with:
app-name: "codeflash-webapp-main"
app-name: "codeflash-webapp-2"
slot-name: "staging"
# if we deploy a zip we can do Run-From-Zip and skip the oryx build step (which fails if we do a regular zip-deploy because it thinks the project is php for some reason)
# https://learn.microsoft.com/en-us/azure/app-service/deploy-run-package#enable-running-from-package
package: "cfwebapp.zip"