'Specify different appspec.yml file depending on the CodePipeline being used
Basically, we have a repo that contains both a client side project, and a server side project, both require different appspec and buildspec configurations.
Is it even possible to get this setup working in CodePipeline, or are we going to be forced to split the repo into two if we want CodePipeline to work with it?
Solution 1:[1]
For the buildspec: You need to create two separate CodeBuild Projects and set the buildspec property correctly in each of those. You can run the CodeBuild project actions in the pipeline concurrently.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Tim Bassett |
