Sha256: 47ec78e4feeeb71976cebfc365f59fcbad17c7cb0762523cb3e8664b8352de59

Contents?: true

Size: 202 Bytes

Versions: 5

Compression:

Stored size: 202 Bytes

Contents

namespace :deploy do
  desc 'Restart application'
  task :restart do
    on roles(:app), in: :sequence, wait: 5 do
      execute :touch, release_path.join('tmp/restart.txt')
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
optimacms-0.3.35 tasks/capistrano/restart.rake
optimacms-0.3.34 tasks/capistrano/restart.rake
optimacms-0.3.30 tasks/capistrano/restart.rake
optimacms-0.3.29 tasks/capistrano/restart.rake
optimacms-0.3.23 tasks/capistrano/restart.rake