Skip to content

Commit 244bc30

Browse files
committed
Deploy proxy to internal-dev as part of automated build
1 parent bf7528d commit 244bc30

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/stage-3-build.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,16 @@ jobs:
175175
steps:
176176
- name: "Checkout code"
177177
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
178-
- name: "Build proxies"
178+
- name: "Build proxy"
179+
uses: ./.github/actions/build-proxies
180+
with:
181+
version: "${{ inputs.version }}"
182+
environment: ${{ needs.pr-create-dynamic-environment.outputs.environment_name }}
183+
apimEnv: "internal-dev"
184+
runId: "${{ github.run_id }}"
185+
buildSandbox: false
186+
releaseVersion: ${{ github.head_ref || github.ref_name }}
187+
- name: "Build proxy for sandbox"
179188
uses: ./.github/actions/build-proxies
180189
with:
181190
version: "${{ inputs.version }}"

0 commit comments

Comments
 (0)