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 531388c commit cf4d772Copy full SHA for cf4d772
.github/workflows/deploy-KMGeneric.yml
@@ -65,7 +65,7 @@ jobs:
65
set -e
66
az deployment group create \
67
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
68
- --template-file Deployment/bicep/main.bicep \
+ --template-file infra/main.bicep \
69
--parameters solutionPrefix=${{ env.SOLUTION_PREFIX }} otherLocation=centralus imageTag=${{ steps.determine_tag.outputs.tagname }}
70
71
@@ -105,4 +105,4 @@ jobs:
105
else
106
echo "Resource group does not exists."
107
fi
108
-
+
0 commit comments