From a7a6e67d30f221a2eeb32f9036d18092f024de8d Mon Sep 17 00:00:00 2001 From: Sujin Kim Date: Tue, 26 Nov 2024 19:31:56 +0900 Subject: [PATCH] =?UTF-8?q?cicd=20:=20git=20actions=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8be8b61..b1877d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -65,7 +65,7 @@ jobs: uses: appleboy/ssh-action@master with: host: ${{ secrets.EC2_IP }} - username: ${{ secrets.AWS_EC2_USER }} + username: ${{ secrets.EC2_USER }} key: ${{ secrets.AWS_EC2_SSH_KEY }} port: 22 script: |