From c65cb15646c67848b1c6c0bf590459ee3979d7f6 Mon Sep 17 00:00:00 2001 From: m020202 Date: Fri, 9 Aug 2024 15:34:37 +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 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cbcc42b..8fbed26 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,6 @@ 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: