We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1. AWS EC2에 instance 생성 및 환경 구축 2. AWS RDS에 mysql instance 생성 및 환경 구축
2. GitHub Secrets에 클라우드 정보 등록
3. GitHub Actions 워크플로우 파일(deploy.yml) 생성
트리거 main 브랜치에 push 할 때 main 브랜치에 PR이 머지될 때
레포지토리 체크아웃
JDK 설치
Gradle 빌드
EC2 SSH 연결 후 배포
The text was updated successfully, but these errors were encountered:
Merge pull request #10 from dlehdwo/env/#9
4f3f6a8
GitHub Actions CI/CD workflow deploy.yml 설정
dlehdwo
Successfully merging a pull request may close this issue.
📝 작업 내용
CI / CD 배포 자동화 파이프라인을 구축하였음
1. AWS EC2에 instance 생성 및 환경 구축
2. AWS RDS에 mysql instance 생성 및 환경 구축
2. GitHub Secrets에 클라우드 정보 등록
3. GitHub Actions 워크플로우 파일(deploy.yml) 생성
트리거
main 브랜치에 push 할 때
main 브랜치에 PR이 머지될 때
레포지토리 체크아웃
JDK 설치
Gradle 빌드
EC2 SSH 연결 후 배포
The text was updated successfully, but these errors were encountered: