Guest User

Untitled

a guest
Apr 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. desc "Merb tasks"
  2. deploy.task :restart do
  3. run "cd #{current_path}; ./script/stop_merb"
  4. run "cd #{current_path}; merb -c 5 -p 9000 -e production"
  5. end
  6.  
  7. deploy.task :start do
  8. run "cd #{current_path}; merb -c 5 -p 9000 -e production"
  9. end
Add Comment
Please, Sign In to add comment