From adaaabd53db50c597929cf79328c6b47dc33770e Mon Sep 17 00:00:00 2001 From: DDonghyeo Date: Sun, 26 May 2024 01:07:29 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7ccee7e9..8c3b5c89 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -50,6 +50,7 @@ jobs: cd ./config-service/src/main/resources touch ./bootstrap.yml echo "${{ secrets.CONFIG_APPLICATION_YML }}" > ./bootstrap.yml + cat bootstrap.yml # DockerHub Login - name: Docker Hub Login