From c6261729050107fc8238f2f07510b6cf4432c8ed Mon Sep 17 00:00:00 2001 From: sm4640 Date: Sat, 12 Apr 2025 14:54:05 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Settings:=20[#24]=20deploy?= =?UTF-8?q?=EC=97=90=EC=84=9C=20appleboy=20=EB=B2=84=EC=A0=84=20master?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a2ef272..378bfdf 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -40,7 +40,7 @@ jobs: steps: # AWS 배포 - name: SSH to EC2 and deploy - uses: appleboy/ssh-action@v0.1.3 + uses: appleboy/ssh-action@master with: host: ${{ secrets.EC2_HOST }} username: ${{ secrets.EC2_USER }}