Monorepo - Reference appspec.yml not in root

0

I have a just moved to a monorepo whereby my deployment dir and appspec.yml files are now in a sub directory.

My codeDeploy now fails as the appspec.yml file cannot be found. How can I reference it now that it is not in the root?

Edited by: wonka on Aug 19, 2020 8:32 PM

wonka
asked 4 years ago286 views
2 Answers
0

We use TeamCity to package our artifacts prior to uploading to S3. In our CI pipeline we bundle the artifact up so that the yml file is in the root. Can you take advantage of your CI pipeline to control your artifact bundle?

boyerc
answered 4 years ago
0

Many thanks @boyerc

Yes, i think introducing a build tool is the right approach.

wonka
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions