Skip to content

Commit 2bfee45

Browse files
committed
Added GitHub Action for MVP Staging Editing Host
1 parent 006073a commit 2bfee45

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/CI-CD_MVP.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ jobs:
3434
webAppName: Mvp-Staging
3535
secrets:
3636
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 }}
3748

3849
deploy-mvp-prod:
3950
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)