I have directory: Folder/, this is repository on github. In this directory exist another directory: Folder/Site/. I need deploy Site/ to Heroku or VPS. I dont want creating new repository in Folder/Site and include it into Folder repo (Submodules). Any idea? This is realy? Problem in creating a submodule is that it increases the number of repositories on githab, and the repository Folder/ is private.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You should checkout Git Subtree (https://github.com/apenwarr/git-subtree). It'll let you do something like this:
|
|||||
|
|
One way would be to fork the buildpack you are currently using (I'm assuming you use the Cedar stack here) and modify it to work on a subdir of the git tree instead of its root. See the Buildpack documentation on Heroku's Dev Center. |
|||
|
|
