project-layout icon indicating copy to clipboard operation
project-layout copied to clipboard

What happens if I put the frontend (SPA) inside the Web directory ?

Open fallais opened this issue 5 years ago • 1 comments

What happens if I put the frontend (SPA) inside the Web directory once I need to deploy ?

I mean, I use CI to build let's say three Docker containers, reprsenting my three microservices. With Cobra.

They are called mysoftware-collector and mysoftware-pusher and mysoftware-server.

And on another Git repository, I develop the mysoftware-frontend with Angular.

If I use the /web for the frontend Angular files. How do I deploy it ?

Thanks !

fallais avatar Dec 02 '19 12:12 fallais

the CI can perform a list of modified files and grep over to determine if the /web was modified, once it is flag as modified, the usual packaging and deploy pipeline of your angular project can be run

mishudark avatar Feb 23 '20 18:02 mishudark