From c49c6396b36468ddf7e1f3557befc5147e8b7bbf Mon Sep 17 00:00:00 2001 From: jinddings Date: Tue, 5 Nov 2024 14:39:52 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20core=20:=20yml=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6898795a..ce9a17d7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -66,9 +66,10 @@ jobs: host: ${{ secrets.NCP_SERVER_HOST }} username: ${{ secrets.NCP_SERVER_USERNAME }} key: ${{ secrets.NCP_SERVER_SSH_KEY }} + port: 22 script: | docker pull ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }} - docker stop juga-docker || true + docker stop ${{ env.DOCKER_IMAGE }} || true docker rm juga-docker || true docker run -d \ --name juga-docker \