Skip to content
New issue

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

[BE] ✨ : github action 기능 추가 #115

Merged
merged 8 commits into from
Nov 25, 2023
Merged

Conversation

twoo1999
Copy link
Collaborator

❗ 배경

작업 배경에 대한 설명을 작성합니다.
Issue에 대한 링크를 첨부합니다.

github action 기능

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

action.yml 작성

🧪 테스트 방법

동작을 테스트할 수 있는 방법을 설명합니다.
앱 실행 방법일 수 있고, 유닛 테스트 실행 방법일 수 있습니다.

📝 리뷰 노트

작업 내역에 대한 자세한 설명을 작성합니다.

우선 BE/release에 대한 것만 수행합니다. PR 이 닫히면 (merge) 수행됩니다.
runner에서 docker image를 만들고 docker hub에 push합니다.
ssh를 통해서 server에 원격 접속하고 push한 image를 pull합니다.
pull한 image를 docker compose를 통해 실행합니다.
실행한 컨테이너에 해당하는 image는 삭제합니다.(hub에는 가지고 있습니다)

📸 스크린샷

작업한 내용에 대한 스크린샷, 영상 등을 첨부합니다.

@twoo1999 twoo1999 added the 🛠️ 환경 세팅 프로젝트/환경 설정 label Nov 25, 2023
@twoo1999 twoo1999 added this to the ⚙️ 설정 / 앱 정보 milestone Nov 25, 2023
@twoo1999 twoo1999 self-assigned this Nov 25, 2023
@twoo1999 twoo1999 added this pull request to the merge queue Nov 25, 2023
@twoo1999 twoo1999 linked an issue Nov 25, 2023 that may be closed by this pull request
1 task
Merged via the queue into BE/release with commit 87a77fd Nov 25, 2023
@twoo1999 twoo1999 deleted the BE/task/github-action branch November 25, 2023 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ 환경 세팅 프로젝트/환경 설정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

github action 셋팅
1 participant