We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64869cb commit c3a334bCopy full SHA for c3a334b
azure/new_pipelines/deploy-int-job.yml
@@ -8,9 +8,6 @@ parameters:
8
type: string
9
default: "green"
10
11
-variables:
12
- - template: project.yml
13
-
14
jobs:
15
- job: deploy
16
displayName: Deployment
@@ -22,9 +19,9 @@ jobs:
22
19
steps:
23
20
- template: azure/common/apigee-deployment.yml@common
24
21
parameters:
25
- service_name: ${{ variables.service_name }}
26
- short_service_name: ${{ variables.short_service_name }}
27
- service_base_path: ${{ variables.service_base_path }}
+ service_name: immunisation-fhir-api
+ short_service_name: ifa
+ service_base_path: immunisation-fhir-api/FHIR/R4
28
apigee_deployments:
29
- environment: internal-dev
30
jinja_templates:
0 commit comments