From c010fd0b4f7074829a3412ca5cabe0dc97f6c85c Mon Sep 17 00:00:00 2001 From: Didier Lafforgue Date: Sat, 7 Sep 2024 16:02:07 +0200 Subject: [PATCH] beta2 -> beta --- config/deploy.yml | 2 +- config/initializers/locomotive.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.