Skip to content

Instantly share code, notes, and snippets.

@samgranieri
Created May 8, 2012 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samgranieri/2638225 to your computer and use it in GitHub Desktop.
Save samgranieri/2638225 to your computer and use it in GitHub Desktop.
task :before_deploy_symlink do
resque.stop
resque.tweetstream.restart
end
before 'deploy:create_symlink', 'before_deploy_symlink'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment