Skip to content

Commit

Permalink
beta2 -> beta
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Sep 7, 2024
1 parent 61c8f49 commit c010fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/locomotive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c010fd0

Please sign in to comment.