Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to deploy several sub modules in a same repository using bit bucket pipeline?

saniddha January 9, 2018

I have three micro service modules and i want to deploy them in aws using bit-bucket pipeline

1 answer

0 votes
lassian
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 30, 2018

HI Saniddha

The following documentation page has instructions on how to setup pipelines to deploy to various different AWS services

Deploy to AWS from Bitbucket Pipelines

If you have multiple modules in your repository you you will need to setup your yml to either:

  • Use one step to deploy all 3 at once using the required bash commands as described on the page above or the same ones you for AWS from your laptop
  • Use multiple serial steps with each step deploying a different module using the required bash commands as described on the page above or the same ones you for AWS from your laptop

There are also a few different answers on the community about how to deploy to various AWS services such as this one about deploying to AWS Lambda

Deploying to AWS Lambda from Bitbucket Pipelines

Regards

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events