Skip to content

Commit

Permalink
update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Dec 4, 2024
1 parent 4ea2202 commit cbcfb92
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
JS_HOST=""
INFERNO_HOST=https://localhost
INFERNO_HOST=https://inferno.hl7.org.au
VALIDATOR_URL=http://validator_service:4567
REDIS_URL=redis://redis:6379/0
BASE_PATH=suites
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- master
# pull_request:
# branches:
# - master
pull_request:
branches:
- master
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down
3 changes: 2 additions & 1 deletion infra/aws-impl/tfvars/prod.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "inferno"
environment = "prod"
external_domain_name = "inferno.hl7.org.au"
imageUrl = "ghcr.io/hl7au/au-fhir-core-inferno:814d5e97bdce0bfda122f433ca7d1f8380c908c9"
# imageUrl = "ghcr.io/hl7au/au-fhir-core-inferno:3a85fb439cbdf07a94de868ec16fa84a2f4982ca" # old working core image
imageUrl = "ghcr.io/hl7au/au-fhir-inferno:10a03203c0e7219c95146190c69114db178d942c" # new inferno image that has core bundled in?
platformImageUri = "ghcr.io/hl7au/au-fhir-inferno:7a99baaf50e18e201e95f7ca91477bc41da0cda8-nginx"
2 changes: 1 addition & 1 deletion infra/helm/inferno/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
externalDomain: "dev.inferno.hl7.org.au"
externalDomain: "default.inferno.hl7.org.au"

inferno:
imageUrl: "ghcr.io/hl7au/au-fhir-inferno:68270162fcc1997a9ffac63c78530921bf0f32cf"
Expand Down

0 comments on commit cbcfb92

Please sign in to comment.