We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0da858 commit 2bcf9aeCopy full SHA for 2bcf9ae
1 file changed
.github/workflows/manual-proxy-environment-deploy.yaml
@@ -1,6 +1,9 @@
1
name: Deploy proxy to environment
2
3
on:
4
+ push:
5
+ branches:
6
+ - feature/CCM-11938_workflow
7
workflow_dispatch:
8
inputs:
9
version:
@@ -11,6 +14,7 @@ on:
11
14
description: Name of the environment to deploy
12
15
required: true
13
16
type: choice
17
+ default: internal-dev
18
options:
19
- internal-dev
20
@@ -76,7 +80,7 @@ jobs:
76
80
uses: ./.github/actions/build-proxies
77
81
with:
78
82
version: "${{ inputs.version }}"
79
- environment: "${{ env.APIM_ENV }}"
83
+ environment: "${{ inputs.environment }}"
84
apimEnv: "${{ env.APIM_ENV }}"
85
runId: "${{ github.run_id }}"
86
buildSandbox: false
0 commit comments