From 808ec76b268e624f58e5d53ba450fdcaa649d1bc Mon Sep 17 00:00:00 2001 From: Soruk Date: Sat, 11 Feb 2023 22:27:02 +0100 Subject: [PATCH] fix argument --- .github/workflows/template-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-api.yml b/.github/workflows/template-api.yml index 4ba1089..7eae017 100644 --- a/.github/workflows/template-api.yml +++ b/.github/workflows/template-api.yml @@ -74,7 +74,7 @@ jobs: az deployment group create -n "$($deploymentName)" ` --resource-group "$($resourceGroupName)" ` --template-file deploy/Services/api.bicep ` - --parameters acrName="$($acrName)" imageTag="$($imageTag)" administratorLogin="$($administratorLogin)" administratorLoginPassword="$($administratorLoginPassword)" storageAccountName="$($storageAccountName)" serverName="$($serverName)" kubernetesEnvName="$($administratorkubernetesEnvNameLogin)" workspaceName="$($workspaceName)" apiName="$($apiName)" updaterName="$($updaterName)" + --parameters acrName="$($acrName)" imageTag="$($imageTag)" administratorLogin="$($administratorLogin)" administratorLoginPassword="$($administratorLoginPassword)" storageAccountName="$($storageAccountName)" serverName="$($serverName)" kubernetesEnvName="$($kubernetesEnvName)" workspaceName="$($workspaceName)" apiName="$($apiName)" updaterName="$($updaterName)" if( $LASTEXITCODE -ne 0 ) { exit -1 } - name: Upload Images