From f2f05c4c9cc34ff324ed681f16b372d80d210c90 Mon Sep 17 00:00:00 2001 From: hyunmin0317 Date: Fri, 4 Oct 2024 22:10:59 +0900 Subject: [PATCH] =?UTF-8?q?delete:=20=ED=99=98=EA=B2=BD=20=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EC=84=A4=EC=A0=95=20=EC=82=AD=EC=A0=9C=20(#69)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63c7d02..c283837 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,14 +24,6 @@ jobs: - name: Build with Gradle run: ./gradlew clean build - env: - SPRING_PROFILE: release - JWT_SECRET: ${{ secrets.JWT_SECRET }} - DB_URL: ${{ secrets.DB_URL }} - DB_USERNAME: ${{ secrets.DB_USERNAME }} - DB_PASSWORD: ${{ secrets.DB_PASSWORD }} - REDIS_URL: ${{ secrets.REDIS_URL }} - REDIS_PORT: ${{ secrets.REDIS_PORT }} - name: Get current time uses: josStorer/get-current-time@v2.0.2