git action
https://docs.github.com/ko/actions/learn-github-actions/expressions
script if else 조건문 사용법
참고 : https://hand-over.tistory.com/32]
codeDeploy
- the deployment failed because a specified file already exists at this location 에러
s3에서 배포한 소스를 ec2로 복사할 때 발생한 에러
=> 해결방법 install 과정 전에 ec2에 존재하는 중복가능한 폴더를 삭제한다. rm -rf 명령어로 해결
=> file_exists_behavior: OVERWRITE 옵션을 appspec.yml 파일에서 설정해준다.
=> 참고 https://kimtaehyun98.tistory.com/136
- appspec.yml
https://velog.io/@wngud4950/AWS-EC2-CodeDeploy-Appspec.yml%EC%97%90-%EB%8C%80%ED%95%98%EC%97%AC
IAM 유저 생성 Access key 생성법
1. IAM 페이지로 이동
2. 사용자 생성
참고 : https://bcp0109.tistory.com/363
3. IAM > 사용자 > 생성한 사용자 이름
AWS 관리자 페이지가 변경되어서 다른 블로그에서 소개한 엑세스 키 생성과 살짝 달랐다.
보안 자격 증명 탭에서 액세스 키를 생성하면 된다.
vi 문자탐색
참고 : https://ajdahrdl.tistory.com/71
'project > 홍보 사이트' 카테고리의 다른 글
프로젝트 개선하기 (0) | 2023.08.30 |
---|---|
HTTPS 적용하기 (0) | 2023.02.13 |
[Docker file] RUN CMD ENTRYPOINT 실행 방식 (0) | 2023.02.13 |
Kong API gateway 사용기 (0) | 2023.01.17 |