mina-deploy / mina

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

Update 3rd_party_plugins.md #509

Closed lorenzosinisi closed 7 years ago

lorenzosinisi commented 7 years ago

Add mina-lock to the list of 3rd party plugins.

Quite often I found myself in need to ask other developers to not deploy a specific app for some time due to external conditions like a running QA session, a TV commercial, etc.

In our team we use slack or other communication channels for announcing deployments or asking to 'lock' the deployment of an app. But this is frustrating and every time you need to read those channels in order to know if it is 'ok' to deploy or not. Mina-lock adds a task to lock the deployment writing a file in the current project folder, a concurrent deployment would just fail. I thought this may be useful for other teams as well :)

d4be4st commented 7 years ago

Thank you!

lorenzosinisi commented 7 years ago

Thank you! I just opened a new PR to fix a typo tho. Sorry my bad