Skip to content

Commit

Permalink
Revert deploy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
samnang committed Nov 27, 2024
1 parent b3bba54 commit b56c436
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
[
{
"identifier": "open-ews-staging",
"branch": "setup_standalone_redis",
"branch": "develop",
"environment": "staging",
"friendly_image_tag": "beta",
"image_tag": "stag-${{ github.sha }}",
Expand Down
2 changes: 1 addition & 1 deletion config/appsignal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Configure actions that should not be monitored by AppSignal.
# For more information see our docs:
# https://docs.appsignal.com/ruby/configuration/ignore-actions.html
# config.ignore_actions << "ApplicationController#isup"
config.ignore_actions << "OkComputer::OkComputerController#show"

# Configure errors that should not be recorded by AppSignal.
# For more information see our docs:
Expand Down
6 changes: 4 additions & 2 deletions infrastructure/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ module "scfm" {
audio_bucket = "audio-staging.open-ews.org"
audio_bucket_cname = "audio-staging.somleng.org"
db_name = "open_ews_staging"
worker_min_tasks = 1
worker_max_tasks = 1
webserver_min_tasks = 0
webserver_max_tasks = 0
worker_min_tasks = 0
worker_max_tasks = 0

redis_security_group = data.terraform_remote_state.core.outputs.redis_security_group.id
redis_url = "redis://${data.terraform_remote_state.core.outputs.elasticache_redis_endpoint}/1"
Expand Down

0 comments on commit b56c436

Please sign in to comment.