diff --git a/config/deploy.yml b/config/deploy.yml index 9b52aa5..27cd20f 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -146,7 +146,7 @@ healthcheck: # path: /healthz # port: 4000 interval: 60s - max_attempts: 12 + max_attempts: 20 # Bridge fingerprinted assets, like JS and CSS, between versions to avoid # hitting 404 on in-flight requests. Combines all files from new and old diff --git a/config/initializers/locomotive.rb b/config/initializers/locomotive.rb index 746bc76..e5c68a6 100644 --- a/config/initializers/locomotive.rb +++ b/config/initializers/locomotive.rb @@ -2,7 +2,7 @@ # enable it if you want Locomotive to render the site of the Rails application embedding the engine if Rails.env.production? - config.host = 'beta2.locomotive.works' + config.host = 'beta.locomotive.works' end # list of forbidden handles for a site because there are in conflicts with internal resources.