Microservice CI/CD

Introducing Microservice CI/CD !!

Microservice CI/CD is space to learn with CI/CD.

Contents

Table of Contents

NoTitleRemarks
0환경설정CI/CD환경셋팅
1실습실습

Learning

Table of Learning

No구분TitleDayRemarks
1BookSpring 부트와 AWS로 혼자 구현하는 웹 서비스2020.04.05AWS

Get Started(CI/CD)

Docker Image 만들기

* docker image rm $(docker image ls -f=dangling=true -q)
* docker build -t jobmp-front-docker-image:0.0.1-SNAPSHOT .
* docker run jobmp-front-docker-image:0.0.1-SNAPSHOT
* docker-compose up -d

Nginx UP/Down

sudo nginx -t
sudo service nginx restart
Go to Contents

Practice

1. AWS에 Travis CI 연결하기


Reference

Go to Contents