File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,18 +104,21 @@ jobs:
104104 mkdir -p ~/.proxygen
105105 echo "$PROXYGEN_PRIVATE_KEY" > ~/.proxygen/eligibility-signposting-api-prod.pem
106106 make setup-proxygen-credentials ENV=prod
107+
107108 - name : Generate specification
108109 run : |
109110 make construct-spec APIM_ENV=sandbox
110-
111- - name : Publish sandbox spec to Proxygen
112- run : |
113- proxygen spec publish build/specification/sandbox/eligibility-signposting-api.yaml --no-confirm
111+ make generate-sandbox-spec
114112
115113 - name : Deploy sandbox spec to Proxygen
116114 run : |
117115 proxygen instance deploy sandbox eligibility-signposting-api build/specification/sandbox/eligibility-signposting-api.yaml --no-confirm
118116
117+ - name : Build and publish sandbox Docker image
118+ run : |
119+ make build-and-publish-sandbox-image
120+
121+
119122 publish_postman :
120123 name : " Publish to Postman"
121124 needs : sandbox
You can’t perform that action at this time.
0 commit comments