From 4c86d7dd5f0ea9b05e359e8c2cd30ec0a60104ee Mon Sep 17 00:00:00 2001 From: TaeyeonRoyce Date: Mon, 5 Aug 2024 18:02:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ssh=20=EC=8B=A4=ED=96=89=20=ED=94=8C?= =?UTF-8?q?=EB=9F=AC=EA=B7=B8=EC=9D=B8=20=EB=B2=84=EC=A0=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 0c563c3e..63d47aa1 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -59,7 +59,7 @@ jobs: cache-to: type=registry,ref=${{ secrets.DOCKERHUB_REPOSITORY }}:cache,mode=max - name: Deploy - uses: appleboy/ssh-action@1.0.3 + uses: appleboy/ssh-action@master with: host: ${{ secrets.AWS_HOST }} username: ${{ secrets.EC2_USERNAME }}