Skip to content

Commit c3a334b

Browse files
committed
Path for variables
1 parent 64869cb commit c3a334b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

azure/new_pipelines/deploy-int-job.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ parameters:
88
type: string
99
default: "green"
1010

11-
variables:
12-
- template: project.yml
13-
1411
jobs:
1512
- job: deploy
1613
displayName: Deployment
@@ -22,9 +19,9 @@ jobs:
2219
steps:
2320
- template: azure/common/apigee-deployment.yml@common
2421
parameters:
25-
service_name: ${{ variables.service_name }}
26-
short_service_name: ${{ variables.short_service_name }}
27-
service_base_path: ${{ variables.service_base_path }}
22+
service_name: immunisation-fhir-api
23+
short_service_name: ifa
24+
service_base_path: immunisation-fhir-api/FHIR/R4
2825
apigee_deployments:
2926
- environment: internal-dev
3027
jinja_templates:

0 commit comments

Comments
 (0)