We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github Actions를 사용하여 dev 서버 자동화 배포 CD 파이프라인을 구축합니다. 자동화 배포의 동작 순서는 다음과 같습니다.
Github Actions
Docker Hub
docker-compose
pull
docker-compose up
dev-build-deploy.yml
레퍼런스들 많이 찾아보세요!
The text was updated successfully, but these errors were encountered:
Merge branch 'develop' into chore/#100-cd-pipeline
f2df252
68b8c1f
chore/#100 Github Actions, Docker를 이용한 CD (#102)
c866ded
* chore: Dockerfile 및 CD 설정 추가 * chore: gitignore에 docker-compose 추가 * fix: actions 중복 제거 * refactor: 도커 이미지 태깅 Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: 수동 트리거로 변경 * refactor: 일부 네이밍 수정 --------- Co-authored-by: 이한음 <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: LeeHanEum <[email protected]>
LeeShinHaeng
minjo-on
Successfully merging a pull request may close this issue.
Describe
Github Actions
를 사용하여 dev 서버 자동화 배포 CD 파이프라인을 구축합니다.자동화 배포의 동작 순서는 다음과 같습니다.
Github Actions
자동화 배포 워크플로 실행.Docker Hub
에 Docker 이미지 푸시Docker Hub
에 푸시된 이미지를 dev 서버에서docker-compose
를 사용하여pull
docker-compose up
으로 컨테이너를 실행, 애플리케이션 배포Tasks
dev-build-deploy.yml
ETC
레퍼런스들 많이 찾아보세요!
The text was updated successfully, but these errors were encountered: