Use default Rails healthcheck
This commit is contained in:
parent
fe197ebe9a
commit
e0c12a9760
|
@ -52,7 +52,3 @@ builder:
|
|||
remote:
|
||||
arch: arm64
|
||||
host: ssh://kamal@tsvallender.co.uk
|
||||
|
||||
healthcheck:
|
||||
path: /sessions/new
|
||||
port: 3000
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue