docker login ghcr.io -u yuchangseuk -p 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

로 로그인 하기

front폴더 App.js에서 화면멘트 수정 front경로 폴더기준으로 -> git add . -> git commit -m "test commit" -> git push

깃헙페이지 front레포 들어가서 actions에 너가 남긴 test commit이 초록색으로 바뀐거 확인

infra-repo 경로에서 -> docker-compose pull (front만 이것저것 업뎃되는 모습 확인) -> docker-compose up -d -> localhost 접속 -> 바뀐 화면멘트 확인

→ 그럼 front에서 commit 후 push 후 infra-repo경로로 들어가서 docker-cpmpose pull로 가져오고

docker-compose up -d 로 실행을 시켜야한다? ??

더 찾아보기