ngmy / webloyer

Webloyer is a web UI for managing Deployer deployments
MIT License
218 stars 35 forks source link

question about asking questions :) #71

Open null9beta opened 7 years ago

null9beta commented 7 years ago

hi @ngmy,

In my custom deployer script with own recipes i ask for certain things. One is the branch that one wants to deploy.

As you just run the pure deploy tasks in the background and most probably use the quite mode, the questions asked use the default value.

Technically all good so far and understandable, i was just wrapping around my head on howto (based on your implementation) something like asking questions, taking the answers and putting them back into the job could be achieved?