before 'deploy:setup', :except => { :no_release => true } do
apt.install( {:base => %w(git-core rsync imagemagick)}, :stable )
end
|
Pastie
Support Pastie
or read my
Pastie << self
blog
before 'deploy:setup', :except => { :no_release => true } do
apt.install( {:base => %w(git-core rsync imagemagick)}, :stable )
end
|