Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
A very simple gem providing a copy strategy for Capistrano3
Add this line to your application's Gemfile:
gem 'capistrano3-copy'
And then execute:
$ bundle
In your config/deploy.rb file change your strategy to copy with this line:
set :scm, 'copy'
That's it! Next time you deploy, you will create a zip file, copy it over and unpack it in your server.
By default the zip file is created and left in release.zip in the same directory of your project, if you would like to use a different location, you can overwrite the default with:
set :copy_local_file, '/tmp/out_of_sight'
By default all files but files in the log/ directory are copied over, if you want to change that, you can define any reg expresion with the files you want to exclude with: set :copy_exclude, /.log$/
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that capistrano3-copy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.