Skip to content

Commit 3d14d93

Browse files
committed
CCM-11938: try remote with ssm
1 parent 382f054 commit 3d14d93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,11 @@ runs:
9393
PR_TRIGGER_PAT: ${{ env.PR_TRIGGER_PAT }}
9494
shell: bash
9595
run: |
96-
#Change this back to proxy-deploy.yaml after testing
9796
.github/scripts/dispatch_internal_repo_workflow.sh \
98-
--internalRef "feature/CCM-11938_workflow" \
9997
--infraRepoName "nhs-notify-supplier-api" \
10098
--releaseVersion "${{ inputs.releaseVersion }}" \
10199
--targetComponent "${{ inputs.targetComponent }}" \
102-
--targetWorkflow "dispatch-deploy-notify-account-provisioning.yaml" \
100+
--targetWorkflow "proxy-deploy.yaml" \
103101
--targetEnvironment "${{ inputs.environment }}" \
104102
--runId "${{ inputs.runId }}" \
105103
--buildSandbox ${{ inputs.buildSandbox }} \

0 commit comments

Comments
 (0)