crisward / dokku-clone

a dokku plugin for building an app from a cloned git repo
48 stars 9 forks source link

[QUESTION] Watcher or just a clone? #14

Closed greenygh0st closed 7 years ago

greenygh0st commented 7 years ago

Will this plugin watch for changes to the github (or whatever) repo or does it just clone the repo?

Thanks for your time!

crisward commented 7 years ago

Just clones the repo.

Many systems that update on a push, would setup webhooks on github and trigger the 'clone' or 'pull' via a url on a webserver. Dokku doesn't have it's own webserver interface, so this isn't really possible. Also if you want to just push to a dokku app, you can do that already with the standard dokku workflow.

josegonzalez commented 7 years ago

This can be closed I think.

greenygh0st commented 7 years ago

👍