Skip to content
New issue

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

[fix] GitHub Actions 자동 배포 #19

Closed
wants to merge 14 commits into from
Closed

[fix] GitHub Actions 자동 배포 #19

wants to merge 14 commits into from

Conversation

jo0oy
Copy link
Contributor

@jo0oy jo0oy commented Jan 2, 2024

🎯 목적

  • 새 기능 (New Feature)

  • 리팩토링 (Refactoring)

  • 버그 수정 (Bug Fix)

  • 테스트 (Test)

  • CI/CD

  • 설정 (Setup)

  • 간략한 설명:
    : GitHub Actions 자동 배포 테스트를 위한 push


🔗 관련 이슈

jo0oy added 14 commits January 2, 2024 22:27
- mysql, redis docker container volume 데이터 디렉토리 추가
- env file 추가

related to #2
- mysql 컨테이너 설정 수정
- redis 컨테이너 추가 : tripcometrue-redis

related to #2
- mysql 데이터베이스 비밀번호 환경변수화 : DB_PASSWORD
- redis 설정 추가

related to #2
docker 프로파일이 아닌 배포시 prod 프로파일로 관리하기 위해 삭제

related to #2
릴리즈 배포시 사용될 prod 프로파일 추가

related to #2
Spring Boot Project 빌드 스크립트 도커 이미지 파일 추가

related to #2
- redis
   - implementation 'org.springframework.boot:spring-boot-starter-data-redis'

- testcontainers & mysql testcontainers
   - testImplementation 'org.springframework.boot:spring-boot-testcontainers'
   - testImplementation 'org.testcontainers:mysql'

related to #2
- mysql testcontainers 설정 추가
- redis 설정 추가

related to #2
@jo0oy jo0oy added the fix 기능을 수정합니다. label Jan 2, 2024
@jo0oy jo0oy self-assigned this Jan 2, 2024
@jo0oy jo0oy closed this Jan 2, 2024
@jo0oy jo0oy deleted the #2-set-cicd branch January 2, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 기능을 수정합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant