From e99856e5338424b36884e21db1f1399f4753ab3a Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 29 Apr 2015 13:51:11 -0700 Subject: clean up docs --- config/deploy.rb.example | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 config/deploy.rb.example (limited to 'config/deploy.rb.example') diff --git a/config/deploy.rb.example b/config/deploy.rb.example deleted file mode 100644 index 1fd4b8c..0000000 --- a/config/deploy.rb.example +++ /dev/null @@ -1,37 +0,0 @@ -require "bundler/capistrano" - -set :application, "webapp" - -set :scm, :git -set :repository, "https://leap.se/git/leap_web" -set :branch, "master" - -set :deploy_via, :remote_cache -set :deploy_to, '/home/webapp' -set :use_sudo, false - -set :normalize_asset_timestamps, false - -set :user, "webapp" - -role :web, "YOUR SERVER" # Your HTTP server, Apache/etc -role :app, "YOUR SERVER" # This may be the same as your `Web` server - -# We're not using this for now... -# role :db, "your primary db-server here", :primary => true # This is where Rails migrations will run -# role :db, "your slave db-server here" - -# if you want to clean up old releases on each deploy uncomment this: -# after "deploy:restart", "deploy:cleanup" - -# if you're still using the script/reaper helper you will need -# these http://github.com/rails/irs_process_scripts - -# If you are using Passenger mod_rails uncomment this: -# namespace :deploy do -# task :start do ; end -# task :stop do ; end -# task :restart, :roles => :app, :except => { :no_release => true } do -# run "#{try_sudo} touch #{File.join(current_path,'tmp','restart.txt')}" -# end -# end -- cgit v1.2.3