66 environment :
77 description : " Which environment would you like to deploy to?"
88 type : choice
9- options :
9+ options :
1010 - dev
1111 - pre-prod
1212 - prod
@@ -26,25 +26,24 @@ jobs:
2626 ehr-repo :
2727 name : EHR Repo CI
2828 secrets : inherit
29- uses : ' ./.github/workflows/base-node-service-jobs.yml'
29+ uses : " ./.github/workflows/base-node-service-jobs.yml"
3030 with :
3131 service : ehr-repo
3232 environment : ${{ inputs.environment }}
3333 is_deployment : ${{ inputs.is_deployment }}
3434
35-
3635 ehr-out-service :
3736 name : EHR Out Service CI
3837 secrets : inherit
39- uses : ' ./.github/workflows/base-node-service-jobs.yml'
38+ uses : " ./.github/workflows/base-node-service-jobs.yml"
4039 with :
4140 service : ehr-out-service
4241 environment : ${{ inputs.environment }}
4342 is_deployment : ${{ inputs.is_deployment }}
4443
4544 mesh-inbox-s3-forwarder :
4645 name : MESH Inbox S3 Forwarder Ci
47- uses : ' ./.github/workflows/base-python-service-jobs.yml'
46+ uses : " ./.github/workflows/base-python-service-jobs.yml"
4847 with :
4948 service : mesh-inbox-s3-forwarder
5049 environment : ${{ inputs.environment }}
5453
5554 mesh-forwarder :
5655 name : MESH Forwarder CI
57- needs : [ mesh-inbox-s3-forwarder ]
58- uses : ' ./.github/workflows/base-python-service-jobs.yml'
56+ needs : [mesh-inbox-s3-forwarder]
57+ uses : " ./.github/workflows/base-python-service-jobs.yml"
5958 with :
6059 service : mesh-forwarder
6160 environment : ${{ inputs.environment }}
6463
6564 gp2gp-messenger :
6665 name : GP2GP Messenger CI
67- uses : ' ./.github/workflows/base-node-service-jobs.yml'
66+ uses : " ./.github/workflows/base-node-service-jobs.yml"
6867 with :
6968 service : gp2gp-messenger
7069 environment : ${{ inputs.environment }}
7372
7473 nems-event-processor :
7574 name : NEMs Event Processor CI
76- uses : ' ./.github/workflows/base-java-service-jobs.yml'
75+ uses : " ./.github/workflows/base-java-service-jobs.yml"
7776 with :
7877 service : nems-event-processor
7978 environment : ${{ inputs.environment }}
8382
8483 ehr-transfer-service :
8584 name : EHR Transfer Service CI
86- uses : ' ./.github/workflows/base-java-service-jobs.yml'
85+ uses : " ./.github/workflows/base-java-service-jobs.yml"
8786 with :
8887 service : ehr-transfer-service
8988 environment : ${{ inputs.environment }}
@@ -93,17 +92,17 @@ jobs:
9392
9493 pds-adaptor :
9594 name : PDS Adaptor CI
96- uses : ' ./.github/workflows/base-java-service-jobs.yml'
95+ uses : " ./.github/workflows/base-java-service-jobs.yml"
9796 with :
9897 service : pds-adaptor
9998 environment : ${{ inputs.environment }}
10099 is_deployment : ${{ inputs.is_deployment }}
101- java_version : ' 11 '
100+ java_version : " 11 "
102101 secrets : inherit
103102
104103 re-registration-service :
105104 name : Re-registration Service CI
106- uses : ' ./.github/workflows/base-java-service-jobs.yml'
105+ uses : " ./.github/workflows/base-java-service-jobs.yml"
107106 with :
108107 service : ehr-transfer-service
109108 environment : ${{ inputs.environment }}
@@ -113,7 +112,7 @@ jobs:
113112
114113 suspension-service :
115114 name : Suspension Service CI
116- uses : ' ./.github/workflows/base-java-service-jobs.yml'
115+ uses : " ./.github/workflows/base-java-service-jobs.yml"
117116 with :
118117 service : suspension-service
119118 environment : ${{ inputs.environment }}
0 commit comments