summaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 1836fe6..292341e 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -39,19 +39,6 @@ namespace :deploy do
end
end
- file 'nu_regform' do |f|
- template = IO.read('config/deploy/templates/thinrc.erb')
- res = ERB.new(template).result(binding)
- IO.write(t.name, res)
- end
-
- #after :updated, :upload_init_script => 'nu_regform' do |t|
- # on roles(:app) do
- # shared_dir = File.join(fetch(:deploy_to), 'shared')
- # upload!(t.prerequisites.first, File.join(shared_dir, t.prerequisites.first))
- # end
- #end
-
after :restart, :clear_cache do
on roles(:web), in: :groups, limit: 3, wait: 10 do
# Here we can do anything such as: