Skip to content

Commit 3296855

Browse files
authored
Merge pull request #324 from NHSDigital/ELI-338
Eli 338
2 parents ca70f0e + 1e668d7 commit 3296855

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/preprod_publish_deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
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: |
@@ -57,4 +59,4 @@ jobs:
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

.github/workflows/prod_publish_deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
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: |

0 commit comments

Comments
 (0)