From 91a8c8fc0ad1674322c3570ba589a912bc7c0e24 Mon Sep 17 00:00:00 2001 From: m020202 Date: Fri, 9 Aug 2024 16:30:02 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20=EB=B0=B0=ED=8F=AC=20=EC=B2=B4?= =?UTF-8?q?=ED=81=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8fbed26..cbcc42b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,6 +53,7 @@ jobs: - name: ECR에 Docker 이미지 Push 하기 run: docker push ${{ steps.login-ecr.outputs.registry }}/locavel-server:latest + - name: SSH로 EC2에 접속하기 uses: appleboy/ssh-action@v1.0.3 with: