How to use pipeline for monorepo? #3015
              
                Unanswered
              
          
                  
                    
                      rababahmed
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 5 replies
-
| Hello @rababahmed. Copilot creates a pipeline per workspace, so currently you would need to place each microservice in its own GH repo. For example, i guess you ran  | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I have a mono repo like this:
However, when I'm deploying through codepipeline it fails with the following code:
Both my buildspec.yml and pipeline.yml are defaults generated by the copilot cli and yes they're pushed upstream to github.
What could be the possible solutions to this? Would really appreciate it!
Beta Was this translation helpful? Give feedback.
All reactions