Skip to content

Commit

Permalink
fix: ci/cd 빌드 디렉토리 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjun2018 authored Dec 30, 2024
1 parent b3b3437 commit 54c3a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# 권한 부여
- name: Grant execute permission for gradlew
run: chmod +x gradlew
run: chmod +x GoodBuyUS/gradlew

# Gradle 빌드
- name: Build with Gradle
Expand All @@ -43,7 +43,7 @@ jobs:
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
mail_username: ${{ secrets.MAIL_USERNAME }}
mail_password: ${{ secrets.MAIL_PASSWORD }}
run: ./gradlew build -x test
run: ./GoodBuyUS/gradlew build -x test

# 도커허브 로그인
- name: Login to Docker Hub
Expand Down

0 comments on commit 54c3a7c

Please sign in to comment.