From 030a1ffcdf1642c8500a80bca26adb9071e7e372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=99=EC=B0=AC?= <129833370+dongchandev@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:05:46 +0900 Subject: [PATCH] fix: deploy.yml --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b87182..e17e7c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,6 +60,9 @@ jobs: cloud.aws.storage.endpoint: ${{ secrets.S3_ENDPOINT }} cloud.aws.storage.bucket: ${{ secrets.S3_BUCKET }} + - name: Display application.yml + run: cat dodam-application/dodam-rest-api/src/main/resources/application.yml + - name: Set Firebase key file id: create-json uses: jsdaniell/create-json@v1.2.2