HI All,
Greeting of the day!.
I have a scenario which required your help.I have to Repos one for Terraform and another for Nodejs code deploy to lambda.
1 Terraform Repo - its setup/refresh the infra required to deploy Node.js code.
2. Node.js Repo - it build the code and deploy to the lambda.
Now I want to set when deployment steps starts on nodejs repo. it should run first terrfrom steps from terrform repo bitbucket pipelines.
Please help. Thanks in advance
There is not pipeline chaining/orchestration across repositories. Is the terraform repo shared, or another reason not to embed in the same repo?
Since node.js seems to be driving the lifecyle, you could just add a checkout of the dependent repository and invoke terraform there. https://bitbucket.org/blog/cloning-another-bitbucket-repository-in-bitbucket-pipelines
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.