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

how to connect multiple branches in bitbucket pipeline file on aws

Ayush Sharma February 25, 2022
image: node:10.15.0
pipelines:
  default:
    - step:
        script:
         - apt-get update && apt-get install -y python3-pip
         - pip3 install -U awscli
         - aws --version
         - cd deployment
         - sed -i -e 's/\r$//' deploy.sh
         -  /bin/bash deploy.sh
           
I use this file but use both branches

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events