From f4f994043ed4af8be0cb47d5aa1479f6dccc81c8 Mon Sep 17 00:00:00 2001 From: Haebin Date: Mon, 19 Feb 2024 20:07:54 +0900 Subject: [PATCH] fix: typo error in CI-CD Pipeline --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0a05abb..2004551 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -31,7 +31,7 @@ jobs: - name: Build and push Docker image run: ./gradlew clean bootBuildImage -PDOCKERHUB_ID=${{ secrets.DOCKERHUB_ID }} -PDOCKERHUB_TOKEN=${{ secrets.DOCKERHUB_TOKEN }} - - name: SSH into EC2 instance + - name: SSH into NCP instance uses: appleboy/ssh-action@master with: host: ${{ secrets.NCP_HOST }}