From 9b98fd31760f266e0c243ad54a4831031290d911 Mon Sep 17 00:00:00 2001 From: m020202 Date: Fri, 9 Aug 2024 14:39:35 +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 82a80ca..8b40cc1 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: