bundle-new/lib/bundler/vlad.rb

12 lines
332 B
Ruby
Raw Permalink Normal View History

2019-10-06 15:45:34 +00:00
# Vlad task for Bundler.
#
# Just add "require 'bundler/vlad'" in your Vlad deploy.rb, and
# include the vlad:bundle:install task in your vlad:deploy task.
require 'bundler/deployment'
include Rake::DSL if defined? Rake::DSL
namespace :vlad do
Bundler::Deployment.define_task(Rake::RemoteTask, :remote_task, :roles => :app)
end