Skip to content

Commit

Permalink
spin up instance
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Jun 17, 2024
1 parent 41dcb86 commit e909ec6
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 @@ -6,7 +6,7 @@ on:
- 'main'
- 'staging'
- 'test'
- 'benjerry'
- 'expo'
- 'demo'
- 'dev'
paths:
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 @@ -10,7 +10,7 @@ on:
- 'main'
- 'staging'
- 'test'
- 'benjerry'
- 'expo'
- 'gcp'
- 'dev'
- 'demo'
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,7 +9,7 @@ kube_proxy_addon_version = "v1.27.1-eksbuild.1"
aws_environments = {
dev : {},
test : {},
benjerry : {},
expo : {},
demo : {},
}

Expand Down

0 comments on commit e909ec6

Please sign in to comment.