dokku / ansible-dokku

Ansible modules for installing and configuring Dokku
MIT License
169 stars 44 forks source link

dokku_builder: support changing the build directory #128

Closed fr3fou closed 2 years ago

fr3fou commented 2 years ago

https://dokku.com/docs/deployment/builders/builder-management/#changing-the-build-directory

This functionality is really crucial to monorepo setups, so it'd be of great use to many users.

ltalirz commented 2 years ago

Thanks for the feature request @fr3fou - as always, PR welcome ;-)

fr3fou commented 2 years ago

I'd be glad to contribute, but I'm not sure how to implement this. Mind giving me some guidelines? Either here or over Slack is fine

josegonzalez commented 2 years ago

You probably actually want to create a dokku_builder module, not change the dokku_clone module. It would be similar to something like the dokku_registry module probably.