I have two git repositories for client and server side code. I already deployed them individually on heroku. Is there a way to connect them on Heroku please?
Asked
Active
Viewed 364 times
0
-
Any specific reason why you need to connect them to the same app? – Harshana Nov 10 '20 at 01:42
-
I use react front for client side and node js for backend both on different git repositories. They both run on different containers on heroku. I am seeking for a way to merge them to one container on heroku – Kayode Nov 10 '20 at 09:46
-
This might help you : https://stackoverflow.com/questions/36504768/deploy-the-backend-and-frontend-on-the-same-heroku-app-dyno – Harshana Nov 10 '20 at 09:49