romaninsh / dokku-alt-manager

dokku-alt Web Manager App (LOOKING FOR CO-MAINTAINER)
100 stars 19 forks source link

Add support for Github deploy #6

Open romaninsh opened 9 years ago

romaninsh commented 9 years ago

The idea is to implement end-point for a GitHub web-hook. This would be configured on per-app basis and whenever GitHub is triggering the hook, the manager will re-deploy the app by pulling and pushing.

romaninsh commented 9 years ago

Version 0.2 now adds support for Git deploy and upgrade. There is still no web-hook support, but I plan to add it in next version. I'm trying to figure out how beanstalk handles pushes.