From c6d648ed7dfc64d061b083ad28ba0ee6673ac99d Mon Sep 17 00:00:00 2001 From: RinRinPARK Date: Mon, 5 Aug 2024 16:09:09 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20Port=20=EC=A0=95=EB=B3=B4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/develop-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/develop-cd.yml b/.github/workflows/develop-cd.yml index c16fee8..79a9f83 100644 --- a/.github/workflows/develop-cd.yml +++ b/.github/workflows/develop-cd.yml @@ -52,6 +52,7 @@ jobs: host: ${{ secrets.DEV_HOST }} username: ${{ secrets.USERNAME }}} key: ${{ secrets.DEV_PRIVATE_KEY }} + port: ${{ secrets.DEV_PORT }} script: | docker pull ${{ secrets.DOCKER_USERNAME }}/phote:latest docker stop $(docker ps -a -q)