зеркало из https://github.com/Azure/azure-saas.git
change template ref post merge
This commit is contained in:
Родитель
e65eb7022c
Коммит
38a162e316
|
@ -14,7 +14,7 @@ name: Saas.Admin PR Build
|
|||
jobs:
|
||||
build-and-deploy:
|
||||
# Utilizes re-usable template to build and deploy to app service slot
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-deploy.yml@users/landonpierce/devenv
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-deploy.yml@main
|
||||
with:
|
||||
dotnet_version: '6.0.x'
|
||||
artifact_name: ${{github.run_id}}
|
||||
|
|
|
@ -14,7 +14,7 @@ name: Saas.Catalog.API PR Build
|
|||
jobs:
|
||||
build-and-deploy:
|
||||
# Utilizes re-usable template to build and deploy to app service slot
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-deploy.yml@users/landonpierce/devenv
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-deploy.yml@main
|
||||
with:
|
||||
dotnet_version: '5.0.x'
|
||||
artifact_name: ${{ github.run_id }}
|
||||
|
|
|
@ -13,7 +13,7 @@ name: Saas.Provider.Web PR Build
|
|||
jobs:
|
||||
build-and-deploy:
|
||||
# Utilizes re-usable template to build and deploy to app service slot
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-deploy.yml@users/landonpierce/devenv
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-deploy.yml@main
|
||||
with:
|
||||
dotnet_version: '5.0.x'
|
||||
artifact_name: ${{ github.run_id }}
|
||||
|
|
|
@ -8,13 +8,11 @@ on:
|
|||
- "src/Saas.Admin/**"
|
||||
- ".github/**"
|
||||
|
||||
|
||||
name: Saas.Admin.Web Swap Slot
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
# Utilizes re-usable template to build and deploy to app service slot
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-deploy.yml@users/landonpierce/devenv
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-merge.yml@main
|
||||
with:
|
||||
app_service_name: app-asdk-admin-dev-001
|
||||
app_service_resource_group_name: azure-saas-dev
|
||||
|
|
|
@ -9,13 +9,11 @@ on:
|
|||
- "src/Saas.Onboarding/**"
|
||||
- ".github/**"
|
||||
|
||||
|
||||
name: Saas.Admin.Web Swap Slot
|
||||
|
||||
name: Saas.Catalog.Api Swap Slot
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
# Utilizes re-usable template to build and deploy to app service slot
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-deploy.yml@users/landonpierce/devenv
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-merge.yml@main
|
||||
with:
|
||||
app_service_name: app-asdk-admin-dev-001
|
||||
app_service_resource_group_name: azure-saas-dev
|
||||
|
|
|
@ -12,7 +12,7 @@ name: Saas.Provider.Web Swap Slot
|
|||
jobs:
|
||||
build-and-deploy:
|
||||
# Utilizes re-usable template to build and deploy to app service slot
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-merge.yml@users/landonpierce/devenv
|
||||
uses: Azure/azure-saas/.github/workflows/template-pr-merge.yml@main
|
||||
with:
|
||||
app_service_name: app-asdk-dev-001
|
||||
app_service_resource_group_name: azure-saas-dev
|
||||
|
|
Загрузка…
Ссылка в новой задаче