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.
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.
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.