before 'deploy:setup', :except => { :no_release => true } do
apt.install( {:base => %w(git-core rsync imagemagick)}, :stable )
end
|
before 'deploy:setup', :except => { :no_release => true } do
apt.install( {:base => %w(git-core rsync imagemagick)}, :stable )
end
|