From 76b5337da63a07b8d0f6e9195b9db9b0f2bc2617 Mon Sep 17 00:00:00 2001 From: wonjunYou Date: Sat, 3 Aug 2024 23:26:33 +0900 Subject: [PATCH] =?UTF-8?q?[DEV-000]=20=EA=B0=9C=EB=B0=9C=EC=84=9C?= =?UTF-8?q?=EB=B2=84=20db=20connection=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0=20=EC=8B=9C=EB=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-server-deployer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-server-deployer.yml b/.github/workflows/dev-server-deployer.yml index 91b78234..41ef2da4 100644 --- a/.github/workflows/dev-server-deployer.yml +++ b/.github/workflows/dev-server-deployer.yml @@ -30,7 +30,7 @@ jobs: --cidr ${{ steps.publicip.outputs.ip }}/32 - name: Copy Docker Compose file to server - uses: appleboy/scp-action@v0.1.3 + uses: appleboy/scp-action@v0.1.4 with: host: ${{ secrets.DEV_INSTANCE_HOST }} username: ${{ secrets.DEV_INSTANCE_USERNAME }}