Skip to content

Commit

Permalink
Fix SNP deploy step (#6398)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton authored Jul 26, 2024
1 parent bd45f54 commit 542be2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines-templates/deploy_aci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--aci-type dynamic-agent \
--deployment-name ci-$(Build.BuildNumber) \
--aci-image ccfmsrc.azurecr.io/ccf/ci:pr-`git rev-parse HEAD` \
--managed-identity $(CCF_SNP_CI_MANAGED_IDENTITY_ID)
--managed-identity $(CCF_SNP_CI_MANAGED_IDENTITY_ID) \
--ports 22 \
--aci-setup-timeout 300 \
--aci-private-key-b64 $(sshKey) \
Expand Down

0 comments on commit 542be2a

Please sign in to comment.