Hi, I'm trying to setup automated CI/CD using code...
# general
b
Hi, I'm trying to setup automated CI/CD using codebuild and codedeploy, I'm successfully building the artifact I want to deploy and storing it in s3 but I can't find anywhere in the docs where I should be referencing this artifact when setting up codedeploy. How is codedeploy supposed to be aware of the existence of this artifact i've created and then subsequently deploy this to the different ec2 instances I have created?