From 5bb099f31ce7f2921d81dad28a84d2baa541c08e Mon Sep 17 00:00:00 2001 From: j-yong99 Date: Sun, 7 Apr 2024 11:44:33 +0900 Subject: [PATCH] =?UTF-8?q?:sparkles:=20boolean=EA=B0=92=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC=20=EB=8C=80=EC=8B=A0=20String=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/moment/moment-server/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/moment/moment-server/deploy.sh b/backend/moment/moment-server/deploy.sh index 7c744ad267..fb9feb86ba 100644 --- a/backend/moment/moment-server/deploy.sh +++ b/backend/moment/moment-server/deploy.sh @@ -1,5 +1,6 @@ ssh -tt -p ${SERVER_PORT} ${SERVER_USER}@${SERVER_HOST} -i key.txt -o StrictHostKeyChecking=no << 'ENDSSH' cd capstone-2024-22/backend/moment/moment-server +git pull docker-compose down docker-compose up --build -d ENDSSH \ No newline at end of file