Setting up a pipeline to deploy a Node microservice on Amazon ECS

Kshitij Pandey December 8, 2019

I am trying to set up a pipeline to deploy my Node microservice on my Amazon ECS but I am not sure how do I go ahead with it because I am totally new to this thing. As of now, I have a basic YAML config:

image: node:10.16.3
   pipelines:
      branches:
         master:
            - step:
               name: build
               script:
                 - npm install

I am totally confused about the steps to take after this. Services on my ECS have been deployed and are up and running and I have also included a task def in my service. Any help will be appreciated.

1 answer

0 votes
Alexander Zhukov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 25, 2019

Hey @Kshitij Pandey , there is a deployment guide for deploying to ECS https://confluence.atlassian.com/bitbucket/deploy-to-amazon-ecs-892623902.html. Check it out.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events