Hello everyone, I have been developing an Angular + Node Js project for about 4 months but am new to Platform.sh. I’ve looked through the documentation and have a rough understanding of how everything works, but there are a few questions I have. I’m hoping the community here will be able to fill in the blanks. Before I get into the questions I should provide some details as to how my system is implemented.
I have a few repos: one for the Angular frontend, one for the Node Js backend, and a few common repos shared by all. I am planning on having pipelines for the frontend and backend which will trigger when either repo has been pushed to. For the others, I will publish to npm and re-trigger these manually.
- I’ve partially added one Git integration. However, I’m getting the impression there is only one git integration per environment; I can’t have two integrations and serve them in the same environment. Is this correct?
- Each environment will need a different build command. I did not see this option when I setup my Git integration. Is this possible, and what workaround can I use if not? The source must be the same for all environments, the only difference will be the build command.
Thank you everyone