blob: 36669acd2fda02b5e066e1b37e609005d6ac8e3a (
plain)
1
2
3
4
5
6
7
8
9
|
# Vlad task for Bundler.
#
# Just add "require 'bundler/vlad'" in your Vlad deploy.rb, and
# Bundler will be activated after each new deployment.
require 'bundler/deployment'
namespace :vlad do
Bundler::Deployment.define_task(Rake::RemoteTask, :remote_task, :roles => :app)
end
|