We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006073a commit 2bfee45Copy full SHA for 2bfee45
.github/workflows/CI-CD_MVP.yml
@@ -34,6 +34,17 @@ jobs:
34
webAppName: Mvp-Staging
35
secrets:
36
publishingProfile: ${{ secrets.STAGING_MVP_WEBAPP_PUBLISHING_PROFILE }}
37
+
38
+ deploy-mvp-staging-editing:
39
+ uses: ./.github/workflows/deploy_azureWebapp.yml
40
+ needs: build-dotnet
41
+ with:
42
+ buildConfiguration: Debug
43
+ projectLocation: headapps/MvpSite/MvpSite.Rendering
44
+ assetName: Mvp-Staging
45
+ webAppName: Mvp-Staging-Editing
46
+ secrets:
47
+ publishingProfile: ${{ secrets.STAGING_MVP_WEBAPP_PUBLISHING_PROFILE }}
48
49
deploy-mvp-prod:
50
if: github.ref == 'refs/heads/main'
0 commit comments