Stjepan Hadjić

Results 15 comments of Stjepan Hadjić

`launch` is a part of `deploy` and a part of the same command. They are just run in different paths. You can run `mina deploy --simulate` and see that it...

https://github.com/mina-deploy/mina/blob/v0.3.8/lib/mina/helpers.rb#L400 This functionality has not been ported to 1.0.0 P.R Welcome

You are correct in your assumption about mina running in non-interactvie ssh mode. And i believe it hangs because it is waiting for your to input your password. I believe...

We do not have this kind of setup so I can't test it unfortunately. Will try to set something up in the coming days and see if I can find...

you are free to open up a PR

What would you do about all other linked paths? For example the stuff that ends up in `shared` folder? They can have multiple parent folders and we would need to...

If you are only interested in `current` folder there is an easy solution: ``` set :releases_path, -> { "releases" } ``` Override releases path. One caveat here is that you...

As of right now, no. But when i think about it there might be some tasks you do not want to stop the deploy. PR welcome.

Will have to take a look at mina-multistage plugin but it looks like a bug