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

Pipeline set-up to clone a repository.

Nagesh Subrahmanyam April 17, 2018

I have a Python project. Currently, my deployment steps look like these.

  1. Commit to BitBucket repository.
  2. Install packages with `sudo apt-get install ... `
  3. Clone the BitBucket repository on a AWS EC2 instance.
  4. Navigate to a particular folder and run `pip install -r requirements.txt`.

Step 2 and 4 will be applicable only in case of a fresh install. For 'update' type of install, step 3 will be a pull request.

How can I automate all of the above with Pipelines?

1 answer

0 votes
davina
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 18, 2018

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events