mina-rsync
mina-rsync copied to clipboard
Deploy with Rsync from any local (or remote) repository when using Mina.
Many parts of the code base contained code that did not work with mina '~> 1.0'. The contributors for mina outlined the breaking changes here: https://github.com/mina-deploy/mina/blob/master/docs/migrating.md
With `mina` `v1.0.0` the following error occurs ``` mina aborted! NoMethodError: undefined method `set_default' for main:Object ``` It works well with older mina version, but `v1.0.0` introduced breaking changes See...
This applies to capistrano too
Would it make sense to try to get this merged into Mina as a plugin? Git is on a module-level in Mina, seems like this would be a good fit....
I am having a weird issue with mina-rsync: As a part of my deployment I precompile some stuff via one of my gulp tasks. For that I need to install...
I can use this tool successfully but it doesn't recursively clone submodules (which I have). I know `mina` supports this. Can it be added or am I missing something?
Environment: OS X 10.7.5, bash 4.3.11(1), ruby 2.1.1p76, gem 2.2.2 ``` File: lib/mina/rsync.rb In task stage git reset --hard origin/#{settings.branch} was failing with the following: git --git-dir tmp/deploy/.git --work-tree tmp/deploy...
Error: invalid multibyte char (US-ASCII)
Fixes a bug: undefined method `set_default' for main:Object (NoMethodError) when starting a rake task. See also https://github.com/Mic92/mina-sidekiq/issues/2. Pulled this fix from another fork (thanks @andywatts!)