#One repo and one build into multiple services ?
10 messages · Page 1 of 1 (latest)
Project ID: 0ac6f264-9ec3-431d-ad27-3105aa332eca
0ac6f264-9ec3-431d-ad27-3105aa332eca
Yee. I think you can just right click and re import your repo many times
Does that not mean it's re-built n times for n services (albeit in parallel) on git push? seems inefficient
Each service is one running app. If you want multiple apps, you need multiple services
So yes, the apps will be built multiple times.
Given that you don't have to pay for build usage iirc, it won't affect you
I had the exact same question. What would be amazing would be to be able to use config as code to configure this, because it seems we need to opt-out from config as code in order to use the same repo multiple times. Per-service overrides in the config as code would be amazing!
that’s a good idea, throw that in #872280333167517736!