Set deploy socket

This commit is contained in:
2023-01-28 17:01:43 +11:00
parent f15bdfbdda
commit d93f618bb1
3 changed files with 7 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ group :development do
gem "standardrb"
gem "capistrano", "~> 3.17", require: false
gem "capistrano-bundler"
gem "capistrano-rbenv", "~> 2.2"
gem 'capistrano3-puma', github: "seuros/capistrano-puma"
end

View File

@@ -34,6 +34,9 @@ GEM
sshkit (>= 1.9.0)
capistrano-bundler (1.6.0)
capistrano (~> 3.1)
capistrano-rbenv (2.2.0)
capistrano (~> 3.1)
sshkit (~> 1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
database_cleaner-core (2.0.1)
@@ -309,6 +312,7 @@ DEPENDENCIES
builder
capistrano (~> 3.17)
capistrano-bundler
capistrano-rbenv (~> 2.2)
capistrano3-puma!
database_cleaner-sequel
dotenv

View File

@@ -12,4 +12,6 @@ on_worker_boot do
Hanami.shutdown
end
pidfile ENV.fetch("PIDFILE") { "tmp/pids/puma.pid" }
preload_app!