We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f027d84 commit 1e668d7Copy full SHA for 1e668d7
1 file changed
.github/workflows/preprod_publish_deploy.yaml
@@ -7,9 +7,6 @@ on:
7
description: "Tag to promote (e.g. spec-{timestamp})"
8
default: latest
9
required: true
10
- push:
11
- branches:
12
- - ELI-338
13
14
jobs:
15
preprod:
@@ -60,9 +57,6 @@ jobs:
60
57
- name: Publish preprod spec to Proxygen
61
58
run: |
62
59
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
63
- - name: Get list of environments
64
- run: |
65
- proxygen instance list | awk 'NR>2 {print $1}' | paste -sd "," -
66
- name: Deploy preprod spec to Proxygen
67
68
proxygen instance deploy int eligibility-signposting-api build/specification/preprod/eligibility-signposting-api.yaml --no-confirm
0 commit comments