Skip to content

Commit ad303d7

Browse files
Merge pull request #223 from microsoft/psl-update-ci-path
ci: Deployment workflow update
2 parents 531388c + cf4d772 commit ad303d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-KMGeneric.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
set -e
6666
az deployment group create \
6767
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
68-
--template-file Deployment/bicep/main.bicep \
68+
--template-file infra/main.bicep \
6969
--parameters solutionPrefix=${{ env.SOLUTION_PREFIX }} otherLocation=centralus imageTag=${{ steps.determine_tag.outputs.tagname }}
7070
7171
@@ -105,4 +105,4 @@ jobs:
105105
else
106106
echo "Resource group does not exists."
107107
fi
108-
108+

0 commit comments

Comments
 (0)