Skip to content

Commit

Permalink
update tf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Mar 25, 2024
1 parent 0552116 commit 24f31fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'staging'
- 'test'
- 'benjerry'
- 'tetrapack'
- 'demo'
- 'dev'
paths:
- 'api/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
- 'test'
- 'benjerry'
- 'gcp'
- 'tetrapack'
- 'dev'
- 'demo'
paths:
- 'api/**'
- 'client/**'
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/kubernetes/vars/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ kube_proxy_addon_version = "v1.27.1-eksbuild.1"
aws_environments = {
dev : {},
test : {},
tetrapack : {},
benjerry : {},
demo : {},
}

gcp_environments = {
Expand Down

0 comments on commit 24f31fa

Please sign in to comment.