mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.34k stars 491 forks source link

Deployment logs #679

Open lovro-bikic opened 2 years ago

lovro-bikic commented 2 years ago

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 mina rollback commands, including at least the following:

There should also be a task which will fetch logs from the server and print it out.

chernesk commented 2 years ago

Has there been any progress made on this yet? This is something that I need, and if it hasn't been implemented yet, I might do it and submit a pull request.

lovro-bikic commented 2 years ago

There's been no progress yet. This is planned for the 2.0.0 release, and as I'm currently still preparing the 1.3.0 version, I expect this will have to wait a couple of months. I'll update the issue when I start working on it.