Team5-be01-Final-Project / Backend

2 stars 0 forks source link

BE AWS Github Action Deploy to EC2 with docker container #43

Open jsmin6330 opened 5 months ago

jsmin6330 commented 5 months ago

사전 작업

jsmin6330 commented 5 months ago

EC2 생성


배포용 S3 Bucket 만들기


CodeDeploy 애플리케이션 생성


CodeDeploy 애플리케이션 - 배포그룹 생성(TL)


GitHub Actions 가 사용자로 인증하기 위해 사용할 액세스 키를 생성(TL)


GitHub Repository Secrets 액세스 키 저장


EC2 설정

aws cli 설치

codedeploy-agent 설치


GitHub(Environments) 설정

image image

jsmin6330 commented 5 months ago