We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c4aa8 commit 4e48492Copy full SHA for 4e48492
1 file changed
.github/workflows/preprod_publish_deploy.yaml
@@ -61,10 +61,8 @@ jobs:
61
run: |
62
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
63
- name: Get list of environments
64
- id: get_envs
65
66
- ENVS=$(proxygen instance list | awk 'NR>2 {print $1}' | paste -sd "," -)
67
- echo "envs=$ENVS" >> $GITHUB_OUTPUT
+ proxygen instance list | awk 'NR>2 {print $1}' | paste -sd "," -
68
- name: Deploy preprod spec to Proxygen
69
70
proxygen instance deploy preprod eligibility-signposting-api build/specification/preprod/eligibility-signposting-api.yaml --no-confirm
0 commit comments