Changeset 102
- Timestamp:
- 05/05/08 23:08:09 (7 months ago)
- Files:
-
- 1 modified
-
trunk/lib/webistrano/template/mod_rails.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/webistrano/template/mod_rails.rb
r97 r102 37 37 task :restart, :roles => :app, :except => { :no_release => true } do 38 38 as = fetch(:runner, "app") 39 invoke_command "touch #{mod_rails_restart_file}", :via => run_method, :as => as 39 restart_file = fetch(:mod_rails_restart_file, "#{deploy_to}/current/tmp/restart.txt") 40 invoke_command "touch #{restart_file}", :via => run_method, :as => as 40 41 end 41 42 end
