Hi guys,
I have been looking for a way to use the Netlify single click deploy button.
The scenario is I have a Github repo which has a structure like this:
- backend/
- frontend/
I have a single click to deploy to heroku button for the backend, so people would have already forked the Github repository.
I want to see if there is a way to allow people not to create a new repository but using the existing one when trying to deploy with the Netlify deploy button
Thanks a lot!