back to passenger

This commit is contained in:
2022-03-31 11:54:31 +03:00
parent 86c280d9cf
commit 03c970a9e4
3 changed files with 7 additions and 11 deletions

View File

@ -13,7 +13,7 @@ set :application_name, 'gateway'
set :domain, 'web-server.local'
set :deploy_to, '/home/feenix/gateway'
set :repository, "https://github.com/rubydesign/gateway.git"
set :branch, 'main'
set :branch, 'passenger'
# Optional settings:
set :user, 'feenix' # Username in the server to SSH to.
@ -59,7 +59,7 @@ task :deploy do
on :launch do
in_path(fetch(:current_path)) do
invoke :'puma:hard_restart'
invoke :'passenger:restart'
end
end
end