Readme.md in mina-0.3.1 vs Readme.md in mina-0.3.2
- old
+ new
@@ -646,10 +646,13 @@
The local path to the SSH private key file.
### ssh_options
Switches to be passed to the `ssh` command.
+### env_vars
+Environment variables passed to the `ssh` command (e.g. "foo=bar baz=1").
+
## Tasks
Any and all of these settings can be overriden in your `deploy.rb`.
### environment
Make the `:environment` task exist by default. This is meant to be overridden
@@ -670,10 +673,17 @@
~~~ ruby
$ mina tasks
~~~
+### ssh
+Connects to the server via ssh and cd to deploy_to folder
+
+~~~ ruby
+$ mina ssh
+~~~
+
# Modules: Deployment
This module is automatically loaded for all Mina projects.
## Settings
Any and all of these settings can be overriden in your `deploy.rb`.
@@ -974,10 +984,47 @@
~~~
Adds settings and tasks for managing projects with [whenever].
[whenever]: http://rubygems.org/gems/whenever
+
+# Modules: NPM
+Adds settings and tasks for managing NodeJS projects.
+
+~~~ ruby
+require 'mina/npm'
+~~~
+
+## Settings
+Any and all of these settings can be overriden in your `deploy.rb`.
+
+### npm_options
+Parameters to pass to the npm binary. Default to `--production`.
+
+----
+
+## Deploy tasks
+These tasks are meant to be invoked inside deploy scripts, not invoked on
+their own.
+
+### npm:install
+
+3rd party modules
+------
+
+* [mina-rollbar](https://github.com/code-lever/mina-rollbar)
+* [mina-stack](https://github.com/div/mina-stack)
+* [mina-rsync](https://github.com/moll/mina-rsync)
+* [mina-sidekiq](https://github.com/Mic92/mina-sidekiq)
+* [mina-nginx](https://github.com/hbin/mina-nginx)
+* [mina-newrelic](https://github.com/navinpeiris/mina-newrelic)
+* [mina-rbenv-addons](https://github.com/stas/mina-rbenv-addons)
+* [mina-multistage](https://github.com/endoze/mina-multistage)
+* [mina-s3](https://github.com/stas/mina-s3)
+* [mina-scp](https://github.com/adie/mina-scp)
+* [mina-hooks](https://github.com/elskwid/mina-hooks)
+
Acknowledgements
----------------
© 2012-2014, Nadarei. Released under the [MIT
License](http://www.opensource.org/licenses/mit-license.php).
@@ -1004,6 +1051,5 @@
[mg]: http://devblog.michaelgalero.com/
[c]: https://github.com/mina-deploy/mina/graphs/contributors
[nd]: http://nadarei.co
[issues]: https://github.com/mina-deploy/mina/issues
[trello]: https://trello.com/board/mina/4fc8b3023d9c9a4d72e573e6
-