From e775316d1ef409fbffdf7d5b0f4fac3b928953d8 Mon Sep 17 00:00:00 2001 From: j-yong99 Date: Sat, 6 Apr 2024 22:47:46 +0900 Subject: [PATCH] =?UTF-8?q?:sparkles:=20CI/CD=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/moment/moment-server/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/moment/moment-server/deploy.sh b/backend/moment/moment-server/deploy.sh index fdaed5f78d..0faafe4f7c 100644 --- a/backend/moment/moment-server/deploy.sh +++ b/backend/moment/moment-server/deploy.sh @@ -1,5 +1,5 @@ ssh -tt -p ${SERVER_PORT} ${SERVER_USER}@${SERVER_HOST} -i key.txt -o StrictHostKeyChecking=no << 'ENDSSH' - +cd capstone-2024-22/backend/moment/moment-server # Check if the container is already running if [ "$(docker ps -q -f name=moment-server)" ]; then # If the container is running, stop and remove it