mina
mina copied to clipboard
Deployment logs
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:
- what was done (
deploy
orrollback
) - who deployed
- when it was done
- what was deployed/rollbacked (branch/commit)
- where it was deployed/rollbacked
There should also be a task which will fetch logs from the server and print it out.
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.
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.