In my git repo I have both folders
<code>--client
--server
</code>
<code>--client
--server
</code>
--client
--server
I want to add the server only to heroku
but when adding the
<code>heroku git:remote -a <my-heroku-app-name>
</code>
<code>heroku git:remote -a <my-heroku-app-name>
</code>
heroku git:remote -a <my-heroku-app-name>
This add the heroku to all git repo and not the server only
How can I add just sub directory in an existing git repo to heroku
Thanks