젠킨스파일 수정중
This commit is contained in:
parent
8dde101ff4
commit
77b9800ccc
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -8,7 +8,10 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build & Deploy') {
|
stage('Build & Deploy') {
|
||||||
steps {
|
steps {
|
||||||
|
echo '🔄 기존 컨테이너 중지 중...'
|
||||||
sh 'docker compose down'
|
sh 'docker compose down'
|
||||||
|
|
||||||
|
echo '🚀 새 이미지 빌드 및 컨테이너 실행 중...'
|
||||||
sh 'docker compose up -d --build'
|
sh 'docker compose up -d --build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user