Netlify deploy button without cloning the github repo

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!

The button only supports creating new repos, and only supports deploying to netlify too :slight_smile:
You’ll need some other facility to deploy to heroku or handle the repo differently.