From 04892fab601ae626e446e557f3d389f1bbcb4c6d Mon Sep 17 00:00:00 2001 From: can019 Date: Wed, 17 Sep 2025 16:57:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20promtail-config=20=EB=B3=B5=EC=82=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 디렉토리로 복사되던 버그 --- .github/workflows/deploy-java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-java.yml b/.github/workflows/deploy-java.yml index d7526506..60c841fc 100644 --- a/.github/workflows/deploy-java.yml +++ b/.github/workflows/deploy-java.yml @@ -72,7 +72,7 @@ jobs: username: ubuntu key: ${{ secrets.SERVER_SSH_KEY }} source: "docker/production/promtail-config.yml" - target: "~/app/docker/production/" + target: "~/app/docker/production/promtail-config.yml" overwrite: true