I have a Github repository containing two folders, server and client. I want to deploy the server in AWS using CodePipeline and ElasticBeanstalk, but the source phase of the pipeline pulls both folders, which then gives an error during the deploy.
Is there a way to grab only the server folder?