diff --git a/config/deploy.yml b/config/deploy.yml index 357af4e..881de19 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -52,7 +52,3 @@ builder: remote: arch: arm64 host: ssh://kamal@tsvallender.co.uk - -healthcheck: - path: /sessions/new - port: 3000 diff --git a/config/routes.rb b/config/routes.rb index 4954afe..88e2e0c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,4 +15,6 @@ Rails.application.routes.draw do resources :blog_posts resources :microposts resources :tags, only: [:index, :show] + + get "up" => "rails/health#show", as: :rails_health_check end