Skip to content

Commit

Permalink
Merge pull request #67 from BaeJunH0/fix/backtononeDB
Browse files Browse the repository at this point in the history
fix : DB 설정 이전으로 롤백
  • Loading branch information
BaeJunH0 authored Dec 29, 2024
2 parents b1b3148 + e1ef233 commit 9741fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# gradle을 통해 소스를 빌드.
- name: Build with Gradle
run: |
chmod +x ./back/gradlew
./back/gradlew clean build -x test
chmod +x ./gradlew
./gradlew clean build -x test
# Docker Login
- name: Docker Login Process
Expand Down

0 comments on commit 9741fc7

Please sign in to comment.