Commit 705b9e50 authored by JooHan Hong's avatar JooHan Hong

docker swarm deploy

parent f4c92d07
Pipeline #5191 passed with stages
in 47 seconds
...@@ -151,6 +151,13 @@ build: ...@@ -151,6 +151,13 @@ build:
- devel - devel
``` ```
> 컨테이너 배포의 핵심은 gitlab-runner가 Manager Node에서 다음과 같이 명령하면서 업데이트가 이루어진다.
```bash
docker service update --image registry.hongsnet.net/joohan.hong/docker/hongsnet:latest --update-parallelism 1 web_hongsnet
```
## 컨테이너 배포 절차 ## 컨테이너 배포 절차
- **STEP 1** : devel 브랜치를 Checkout 한다. - **STEP 1** : devel 브랜치를 Checkout 한다.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment