feat: feature-cicd-github-actions 깃허브 actions 배포 workflow 세팅#28
Open
kimminhyeok0707 wants to merge 3 commits intodevelopfrom
Open
feat: feature-cicd-github-actions 깃허브 actions 배포 workflow 세팅#28kimminhyeok0707 wants to merge 3 commits intodevelopfrom
kimminhyeok0707 wants to merge 3 commits intodevelopfrom
Conversation
Contributor
kimminhyeok0707
commented
Mar 25, 2026
- GitHub Actions 기반 배포 workflow 추가
- main 브랜치 push 시 서버에서 git pull 후 docker compose 배포하도록 구성
- SSH 접속 기반 배포 스크립트 정리
junhhhe
reviewed
Mar 27, 2026
Contributor
junhhhe
left a comment
There was a problem hiding this comment.
- mian -> develop으로 수정
- host, port 등등 관련 인스턴스 정보들 전부 secrets로 관리 해주세요.
- git 로그인해서 사용하지 말고 jar파일 서버에 복사해서 사용해주세요
…backend into feature-cicd-github-actions
junhhhe
reviewed
Apr 8, 2026
Contributor
junhhhe
left a comment
There was a problem hiding this comment.
- docker compose up -d --build 명령어로 실행과 빌드를 한번에 처리
- dockerfile을 runner에서 직접 만들지말고 서버에 복사 후 사용
- --no-cache를 사용하는 이유가 따로 있나? (docker의 레이어 캐싱 사용하여 빌드 속도 향상 가능)
- jar파일을 중복으로 복사 하고 있는 것 같음
실제 서버에 자동 배포 되는지 까지 확인 해주세요.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.