Skip to content

Commit

Permalink
fix: 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jul 6, 2024
1 parent ae853ac commit 6a2256b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
env:
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
run: ./gradlew build -Dspring.datasource.password=${{ secrets.DB_PASSWORD }}
# env:
# DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
run: ./gradlew build

- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 6a2256b

Please sign in to comment.