Skip to content

Instantly share code, notes, and snippets.

@linjunpop
Created August 8, 2012 09:19
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 linjunpop/3293708 to your computer and use it in GitHub Desktop.
Save linjunpop/3293708 to your computer and use it in GitHub Desktop.
Capistrano recipe for barista
namespace :barista do
desc 'Compile CoffeeScripts.'
task :brew do
run("cd #{latest_release}; RAILS_ENV=#{rails_env} bundle exec rake barista:brew")
end
end
before 'deploy:restart', 'barista:brew'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment