mina icon indicating copy to clipboard operation
mina copied to clipboard

Blazing fast deployer and server automation tool

Results 36 mina issues
Sort by recently updated
recently updated
newest added

Hi, and mainly thanks. Banged my head against a wall with capistrano ssh for hours and got mina up in minutes. Great job But then it did take me a...

I just found this project and am interesting in potentially contributing; however, there is no contributing documentation or way of communicating such as a Discord Server or something similar.

Since there is interest in having deploy logs (https://github.com/mina-deploy/mina/issues/653, https://github.com/mina-deploy/mina/pull/531, https://github.com/mina-deploy/mina/issues/553), we should plan for such a feature. It should record to the server every invocation of `mina deploy` and...

enhancement

Mina currently supplies tasks for version managers `chruby`, `rbenv`, `rvm` and `ry`. Since there is interest in supporting other managers (see https://github.com/mina-deploy/mina/pull/625, https://github.com/mina-deploy/mina/pull/667), we've decided to extract all version manager...

enhancement

Was changed in https://github.com/mina-deploy/mina/pull/656. I wonder if, for backwards compatibility, we shouldn't leave `compiled_asset_path` alone and create a `compiled_asset_dirs`? Anyway, this documents the current state.

Hi, I have a problem with 1.2.4 version I have this task ``` task :sync do comment "Syncing application to cache" excludes = [] excludes += (fetch(:shared_dirs) || []) excludes...

Mina by default cleans up everything in the build path. This is okay for successful deploys, but it can be a problem for failed deploys because it doesn't allow inspection...

enhancement

Readme should document supported operating systems (those which have been tested) and system prerequisities (mainly OpenSSH).

add to documentation

When I run `mina setup` on my windows machine (yes I know a unix system would be better) mina tries to ssh my server via the windows username even if...

bug

Huge number of issues on Windows with this library, while running on Windows. Considering that Windows is now a viable development environment even with it's own OpenSSH, I feel some...

bug