From 1cbf40cbabca5ee7f1dd741d82c350341db7cfa1 Mon Sep 17 00:00:00 2001 From: DDonghyeo Date: Sat, 25 May 2024 17:22:18 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20print=20bootstrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3f8caf6b..99a25b05 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -26,8 +26,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - ref: prod #Setting JDK - name: Set up JDK 17 @@ -105,6 +103,7 @@ jobs: - name: Build with Gradle - noti-service run: | cd noti-service + cat /src/main/resources/bootstrap.yml ./gradlew clean build -x test docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti . docker push ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti