I have one repository for both backend and frontend that Im trying to deploy. I also have two docker containers, one for my backend and one for my frontend. Since Heroku app can only have one web process, how can I use heroku.yml to deploy my backend and frontend?
Asked
Active
Viewed 282 times
5
-
When you say backend/frontend are you trying to deploy say a`client` and `server` (like node\express) or is it a database? – Intellidroid Aug 26 '19 at 06:22
-
1Yes. My frontend is vue/nuxt and my backend is node/express. thanks – Nahum Bazes Aug 26 '19 at 07:13
-
1I am not too familiar with `vue` but what I have done (`react` & `node`) is built it into a single image that I deploy to Heroku. I don't think there is any other way around it? – Intellidroid Aug 26 '19 at 09:57