From 4198d940b9a3c01d0632c51e3b415d775ee9437d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=84=9D=EB=B2=94?= Date: Tue, 17 Mar 2026 14:55:13 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20cd=20ec2=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 06fe4dc..5917d93 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,17 +34,6 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Deploy to EC2 - uses: appleboy/ssh-action@master - with: - host: ${{ secrets.EC2_HOST }} - username: ${{ secrets.EC2_USER }} - key: ${{ secrets.SSH_PRIVATE_KEY }} - port: ${{ secrets.SSH_PORT }} - script: | - export IMAGE_TAG=${{ steps.meta.outputs.version }} - bash ~/deploy-nestjs/deploy-flipnote.sh - - name: Notify Slack on Success if: success() uses: 8398a7/action-slack@v3