0

I have a repo on my bitbucket. I want to deploy it via bitbucket pipeline to my alibaba clouds ecs. I dont know what are steps required to manage it.

Advcha
  • 1

1 Answers1

1

You can be done this task using below steps:

1: Creating the Bitbucket Git Repository And Adding our Application and Docker Configurations in it

2: Integrating Bitbucket with ACR

3: Deploying The Application

4: Securing our Application with Let’s Encrypt SSL/TLS

for full details check this:

Subhash
  • 1,546
  • 10
  • 17
  • Thanks for the answer. I look up the link of the article you provided on medium.com. I followed the steps but alibaba has discontinued docker swarm and urged to use kubernetes instead. I lost at these step. I also asked the question for the article author. – Advcha Jul 03 '19 at 06:04