develop/Node
git에 올린 node.js 프로젝트를 aws에 배포하기(1탄)
i'm suna
2023. 11. 2. 19:15
1. 터미널에서 SSH Key발급받기
ssh-keygen -t rsa -b 4096 -C "이메일 주소"
cd /Users/Lee/.ssh //경로이동
cat ./id_rsa.pud //key값 확인
2. github에 sshKey 등록하기
1번에서 가져온 key 값을 등록하면 끝