Start Que on deploy
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -58,8 +58,9 @@ end
|
|||||||
group :development do
|
group :development do
|
||||||
gem "guard-puma", "~> 0.8"
|
gem "guard-puma", "~> 0.8"
|
||||||
gem "standardrb"
|
gem "standardrb"
|
||||||
gem "capistrano", "~> 3.17", require: false
|
gem "capistrano", "~> 3.7", require: false
|
||||||
gem "capistrano-bundler"
|
gem "capistrano-bundler"
|
||||||
|
gem "capistrano-systemd-multiservice"
|
||||||
gem "capistrano-rbenv", "~> 2.2"
|
gem "capistrano-rbenv", "~> 2.2"
|
||||||
gem "capistrano3-puma", github: "seuros/capistrano-puma"
|
gem "capistrano3-puma", github: "seuros/capistrano-puma"
|
||||||
end
|
end
|
||||||
|
@@ -55,7 +55,7 @@ GEM
|
|||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
babosa (2.0.0)
|
babosa (2.0.0)
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
capistrano (3.17.2)
|
capistrano (3.16.0)
|
||||||
airbrussh (>= 1.0.0)
|
airbrussh (>= 1.0.0)
|
||||||
i18n
|
i18n
|
||||||
rake (>= 10.0.0)
|
rake (>= 10.0.0)
|
||||||
@@ -65,6 +65,8 @@ GEM
|
|||||||
capistrano-rbenv (2.2.0)
|
capistrano-rbenv (2.2.0)
|
||||||
capistrano (~> 3.1)
|
capistrano (~> 3.1)
|
||||||
sshkit (~> 1.3)
|
sshkit (~> 1.3)
|
||||||
|
capistrano-systemd-multiservice (0.1.0.beta12)
|
||||||
|
capistrano (>= 3.7.0, < 3.17.0)
|
||||||
coderay (1.1.3)
|
coderay (1.1.3)
|
||||||
concurrent-ruby (1.2.2)
|
concurrent-ruby (1.2.2)
|
||||||
connection_pool (2.4.0)
|
connection_pool (2.4.0)
|
||||||
@@ -436,9 +438,10 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
babosa
|
babosa
|
||||||
builder
|
builder
|
||||||
capistrano (~> 3.17)
|
capistrano (~> 3.7)
|
||||||
capistrano-bundler
|
capistrano-bundler
|
||||||
capistrano-rbenv (~> 2.2)
|
capistrano-rbenv (~> 2.2)
|
||||||
|
capistrano-systemd-multiservice
|
||||||
capistrano3-puma!
|
capistrano3-puma!
|
||||||
connection_pool
|
connection_pool
|
||||||
database_cleaner-sequel
|
database_cleaner-sequel
|
||||||
|
Reference in New Issue
Block a user