Add restart mechanism
This commit is contained in:
parent
3efa34dbea
commit
fde71d1f3e
|
@ -34,13 +34,14 @@ set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public
|
|||
# Default value for keep_releases is 5
|
||||
# set :keep_releases, 5
|
||||
|
||||
set :rvm_ruby_version, '2.1.3'
|
||||
|
||||
namespace :deploy do
|
||||
|
||||
desc 'Restart application'
|
||||
task :restart do
|
||||
on roles(:app), in: :sequence, wait: 5 do
|
||||
# Your restart mechanism here, for example:
|
||||
execute :touch, release_path.join('tmp/restart.txt')
|
||||
execute '/home/barf/restart-clarion-production-server'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue