-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: 젠킨스 to 깃헙액션 #430
feat: 젠킨스 to 깃헙액션 #430
Conversation
script: | | ||
aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin 321148231533.dkr.ecr.ap-northeast-2.amazonaws.com | ||
cd /home/ec2-user/mashup-server/docker/deploy/admin/dev | ||
sh ./deploy-admin.sh $TAG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어떤건 TAG가 없는데 어떤 차인가요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지금은 없지만, dev 나중에 develop 에 머지되어야지만 develop 으로 태그만들어지는 방식외에도 별도의 브렌치에서 태그 만드는 방식으로 가려면 스크립트에 태그를 추가하려고 넣어줬습니다!
현재는 태그 넣어도 develop 으로만 되기는 합니당~! sh, docer-compose 수정 필요합니다.
prod 는 master 에 머지되어야지만 태그 만들어지는 방식으로만 현상 유지할 것 같아서, 태그 없애놓은 건데 덜 지웠네요! prod 는 다 지워놓을게욧!
c9b06d5
to
e9c5b7b
Compare
@kh0712 리얼 환경 배포는 관리자만 배포할 수 있도록 권한 체크하는 코드 추가해놓았어용! 요것도 같이 체크 부탁드립니다🙇♀️ (저 다시 어드민으로 권한 수정 부탁드립니다ㅎㅎ🥲) https://github.com/mash-up-kr/mashup-server/actions/runs/9631230964/job/26562761086 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR 타입
개요
변경사항