lucasmotta / dploy

⛔️ currently unmaintained ⛔️
http://lucasmotta.github.io/dploy/
MIT License
988 stars 89 forks source link

Add option "confirm required" #101

Closed padlavoine closed 7 years ago

padlavoine commented 8 years ago

Is is possible to add an option "confirm required" in dploy.yaml. When I deploy in production, I would like a confirmation message "Are you sure ?" Thanks

luchesigui commented 7 years ago

You may use the check option. Just add the following to your configuration. check: true

padlavoine commented 7 years ago

Thank you. it's exactly that I want.