Hello all,
I am quite new bitbucket pipe lines and while exploring it came across a few questions.
The bitbucket_pipeline.yaml file that I create at the moment does the build, push image and deploys the image in to our GCP account. that is all done in one configure file.
Is there a way for me to segregate the build and deployment? I mean a yaml config that will only do the build and push while another yaml to run the deployment? Plus I can see that we need to keep the build yaml file in the repo with the code, Can we have the pipeline yaml files in a different repo? As I do not want anyone who can pull the code down to their PC or server know how the build and deployment process works.