Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Aug 29, 2024
1 parent 8e9d6c8 commit 46678b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ jobs:
matrix: ${{fromJson(needs.build.outputs.matrix)}}

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Create Sentry release
uses: getsentry/action-release@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/staging/switch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "switch" {
freeswitch_event_socket_password_parameter_name = "somleng-switch.${var.app_environment}.freeswitch_event_socket_password"
recordings_bucket_access_key_id_parameter_name = "somleng-switch.${var.app_environment}.recordings_bucket_access_key_id"
recordings_bucket_secret_access_key_parameter_name = "somleng-switch.${var.app_environment}.recordings_bucket_secret_access_key"
min_tasks = 1
min_tasks = 0
max_tasks = 2
lb_rule_index = 120
identifier = var.switch_identifier
Expand Down

0 comments on commit 46678b2

Please sign in to comment.