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 +}