From bec70960ab0210d52d19bd5d713201bdbaf453e5 Mon Sep 17 00:00:00 2001 From: Soruk Date: Sat, 11 Feb 2023 22:25:19 +0100 Subject: [PATCH] fix path --- .github/workflows/template-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-web.yml b/.github/workflows/template-web.yml index 72ceb4b..6c034f5 100644 --- a/.github/workflows/template-web.yml +++ b/.github/workflows/template-web.yml @@ -80,7 +80,7 @@ jobs: az deployment group create -n "$($deploymentName)" ` --resource-group "$($resourceGroupName)" ` - --template-file deploy/Services/web.bicep ` + --template-file deploy/Web/web.bicep ` --parameters webAppName="$($webAppName)" servicePlanName="$($servicePlanName)" servicePlanSku="$($servicePlanSku)" hubWebAppName="$($hubWebAppName)" apiName="$($apiName)" # az deployment group create -n ghaction -g ${{ secrets.AZURE_RESOURCE_GROUP_NAME }} --template-file deploy/Web/web.bicep --parameters webAppName=${{ secrets.WEBAPP_NAME }} servicePlanName=${{ secrets.SERVICE_PLAN_NAME }} servicePlanSku=${{ secrets.SERVICE_PLAN_SKU }} hubWebAppName=${{ secrets.HUB_WEBAPP_NAME }} apiName=${{secrets.API_RESOURCE_NAME}} updaterName=${{secrets.UPDATER_RESOURCE_NAME}}