File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 preprod :
1313 runs-on : ubuntu-latest
1414 steps :
15+ - name : Checkout repository
16+ uses : actions/checkout@v6
1517 - name : Set tag to deploy
1618 id : set_tag
1719 run : |
5759 proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
5860 - name : Deploy preprod spec to Proxygen
5961 run : |
60- proxygen instance deploy preprod eligibility-signposting-api build/specification/preprod/eligibility-signposting-api.yaml --no-confirm
62+ proxygen instance deploy int eligibility-signposting-api build/specification/preprod/eligibility-signposting-api.yaml --no-confirm
Original file line number Diff line number Diff line change 1111 prod :
1212 runs-on : ubuntu-latest
1313 steps :
14+ - name : Checkout repository
15+ uses : actions/checkout@v6
1416 - name : Set tag to deploy
1517 id : set_tag
1618 run : |
You can’t perform that action at this time.
0 commit comments