Start Que on deploy

This commit is contained in:
2023-05-13 08:17:20 +10:00
parent 245d3c5b08
commit 52ffff7f5e
2 changed files with 7 additions and 3 deletions

View File

@@ -58,8 +58,9 @@ end
group :development do
gem "guard-puma", "~> 0.8"
gem "standardrb"
gem "capistrano", "~> 3.17", require: false
gem "capistrano", "~> 3.7", require: false
gem "capistrano-bundler"
gem "capistrano-systemd-multiservice"
gem "capistrano-rbenv", "~> 2.2"
gem "capistrano3-puma", github: "seuros/capistrano-puma"
end

View File

@@ -55,7 +55,7 @@ GEM
ast (2.4.2)
babosa (2.0.0)
builder (3.2.4)
capistrano (3.17.2)
capistrano (3.16.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
@@ -65,6 +65,8 @@ GEM
capistrano-rbenv (2.2.0)
capistrano (~> 3.1)
sshkit (~> 1.3)
capistrano-systemd-multiservice (0.1.0.beta12)
capistrano (>= 3.7.0, < 3.17.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.0)
@@ -436,9 +438,10 @@ PLATFORMS
DEPENDENCIES
babosa
builder
capistrano (~> 3.17)
capistrano (~> 3.7)
capistrano-bundler
capistrano-rbenv (~> 2.2)
capistrano-systemd-multiservice
capistrano3-puma!
connection_pool
database_cleaner-sequel