Skip to content

Commit

Permalink
Merge pull request #89 from TeamPu/fix/#70
Browse files Browse the repository at this point in the history
docker 실행 후 db 연결
  • Loading branch information
ahyeonkong authored Dec 4, 2024
2 parents fed4416 + 7f813b6 commit 5e9ce84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
# Flyway를 사용하여 데이터베이스 스키마 변경을 적용
- name: Run Database Migration # 새로운 마이그레이션 스크립트를 실행
run: ./gradlew flywayMigrate
env:
SPRING_PROFILES_ACTIVE: cd
DB_HOST: ${{ secrets.DB_HOST }}
DB_USERNAME: root
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
DB_URL: jdbc:mysql://${{ secrets.DB_HOST }}:3306/teampu
run: ./gradlew flywayMigrate

- name: Set lowercase repository name without owner environment variable
run: |
Expand Down

0 comments on commit 5e9ce84

Please sign in to comment.