Skip to content

Commit

Permalink
Merge branch 'main' into chore/update-allow-list
Browse files Browse the repository at this point in the history
  • Loading branch information
mxrman authored Feb 17, 2025
2 parents 23c2e9a + ff67301 commit de52f3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-personal-dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

push_frontend_docker_image:
name: Push frontend docker image
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-arm
needs: ["terraform_apply"]
steps:
- name: Checkout .github/ directory
Expand Down
2 changes: 2 additions & 0 deletions terraform/20-app/etc/auth-dev.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
environment_type = "auth-dev"
halo_account_type = "nl8"
2 changes: 2 additions & 0 deletions terraform/20-app/etc/auth-test.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
environment_type = "auth-test"
halo_account_type = "nl7"

0 comments on commit de52f3f

Please sign in to comment.