vlad-extras icon indicating copy to clipboard operation
vlad-extras copied to clipboard

Vlad plugin with extensions for Nginx, nodeJS, monit and more.

Results 2 vlad-extras issues
Sort by recently updated
recently updated
newest added

Attempting to use rake production vlad:copy:shared with the following set in deploy.rb: ``` ruby set :user, "deploy" set :copy_shared, { 'config/database.yml' => 'config/database.yml' } task :production do set :domain, ["#{user}@10.76.91.110",...