Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski authored May 1, 2024
1 parent e925f12 commit 8e70c68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
pull_request:
branches: [ "master" ]

env:
AWS_REGION: "us-east-2" # set this to your preferred AWS region, e.g. us-west-1
ECR_REPOSITORY: "oclfhirvalidator" # set this to your Amazon ECR repository name
ECS_SERVICE: "qa-fhir-validator" # set this to your Amazon ECS service name
ECS_CLUSTER: "ocl-qa-demo" # set this to your Amazon ECS cluster name

jobs:
build:

Expand Down

0 comments on commit 8e70c68

Please sign in to comment.