lib/examples/deploy.rb in ms_deploy-0.1.2 vs lib/examples/deploy.rb in ms_deploy-0.1.3

- old
+ new

@@ -2,9 +2,12 @@ set :application, '' set :domain, '' set :deploy_domain, '' set :vhost_domain, '' +# set application folder +set :deploy_to, "/var/projects/#{application}/xxx" + set :rails_root, File.expand_path('../../', __FILE__) set :rails_env, :production # use 'stage' to differ between stage environments set :user, 'deploy'