File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 echo "Deploying to: DEV & Sandbox"
2525 echo "VERSION=${{ steps.variables.outputs.version }}"
2626
27- internal- dev :
27+ dev :
2828 name : " Publish spec & deploy to dev"
2929 needs : metadata
3030 runs-on : ubuntu-latest
@@ -62,19 +62,19 @@ jobs:
6262 make setup-proxygen-credentials
6363 - name : Generate specification
6464 run : |
65- make construct-spec APIM_ENV=internal- dev
65+ make construct-spec APIM_ENV=dev
6666
67- - name : Publish internal- dev spec to Proxygen
67+ - name : Publish dev spec to Proxygen
6868 run : |
69- proxygen spec publish build/specification/internal- dev/eligibility-signposting-api.yaml --no-confirm
69+ proxygen spec publish build/specification/dev/eligibility-signposting-api.yaml --no-confirm
7070
71- - name : Deploy internal- dev spec to Proxygen
71+ - name : Deploy dev spec to Proxygen
7272 run : |
73- proxygen instance deploy internal- dev eligibility-signposting-api build/specification/internal- dev/eligibility-signposting-api.yaml --no-confirm
73+ proxygen instance deploy dev eligibility-signposting-api build/specification/dev/eligibility-signposting-api.yaml --no-confirm
7474
7575 sandbox :
7676 name : " Publish spec & deploy to sandbox"
77- needs : internal- dev
77+ needs : dev
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments