From 6a2256b22b67cf9427635b7c3804390b523fe350 Mon Sep 17 00:00:00 2001 From: SunYerim Date: Sat, 6 Jul 2024 23:10:38 +0900 Subject: [PATCH] fix: 2 --- .github/workflows/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1d892cd..fb84c74 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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