mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
fix: target codeflash-webapp-2 staging with standalone deploy
This commit is contained in:
parent
e1c1f13701
commit
791ee34f0d
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue