Skip to content
Snippets Groups Projects
Commit df297888 authored by minshigee's avatar minshigee
Browse files

update contribute posts

parent a4217ba1
Branches
No related tags found
No related merge requests found
Pipeline #8624 passed
......@@ -2,18 +2,22 @@
published: true
---
## 기여하는 방법.
### 기여하는 방법.
<br/>
### 사전 설치.
* docker
* docker-compose
<br/>
### 기여.
1. 내용 수정 및 포스트 생성
> ./_posts/${YYYY-MM-DD-NAME}.md
1. 내용 수정 및 포스트 생성 <br/>
`./_posts/${YYYY-MM-DD-NAME}.md`
2. 수정된 내용 적용하기.
2. 수정된 내용 적용하기. <br/>
`docker-compose up -d //빌드, 결과 저장 실행`
3. gitlab에 배포하기.
3. gitlab에 배포하기. <br/>
`git commit -m "${Message}"&& git push`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment