-
Notifications
You must be signed in to change notification settings - Fork 486
Open
Description
Since there is interest in having deploy logs (#653, #531, #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 (
deployorrollback) - 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.
coderhs