beydogan / dokku-man

Web interface to manage your dokku servers - HEAVY WIP
Apache License 2.0
28 stars 3 forks source link

Create deploy hooks for apps #8

Open beydogan opened 8 years ago

beydogan commented 8 years ago

Deploy hooks can be used to triggering deployment from CIs etc.

josegonzalez commented 8 years ago

You'll probably want to make sure you can add a secret token to the hook so that any random request doesn't accidentally trigger a deploy.

beydogan commented 8 years ago

Yes exactly @josegonzalez thank you :+1: