From 77b9800ccc14f2bceb3150451885804b62ae9d38 Mon Sep 17 00:00:00 2001 From: biryu2000 Date: Sun, 25 May 2025 02:11:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=A0=ED=82=A8=EC=8A=A4=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3316295..6f86c32 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,10 @@ pipeline { stages { stage('Build & Deploy') { steps { + echo 'πŸ”„ κΈ°μ‘΄ μ»¨ν…Œμ΄λ„ˆ 쀑지 쀑...' sh 'docker compose down' + + echo 'πŸš€ μƒˆ 이미지 λΉŒλ“œ 및 μ»¨ν…Œμ΄λ„ˆ μ‹€ν–‰ 쀑...' sh 'docker compose up -d --build' } } @@ -22,4 +25,4 @@ pipeline { echo 'βœ… 배포 성곡!' } } -} \ No newline at end of file +}