ci cd
-
사이드프로젝트 서버 배포 - Github Action + CodeDeploy + EC2 + RDSAWS 2024. 8. 4. 01:53
사이드프로젝트 배포할때 쓰려고 기록코드 예제 : https://github.com/sendkite/githubAction 1. EC2 설정하기2024.7 우분투 LTS 기준1. EC2 생성2. tag 입력 - CodeDeploy-Element3. Inbound rule 설정 > 80, 8080, 443 4. 정적인 IP 설정 1. Elastic IP 생성 (Allocate) 2. Elastic IP - EC2 매핑 (Associate)5. ssh로 EC2 접속 6. apt 업데이트 sudo apt update && sudo apt upgrade)7. 자바 설치(참고 : ) - wget -O - | sudo gpg --dearmor -o /usr/share/keyrings/corretto-k..