فهرست منبع

rebuid des sites

DESKTOP-SMCIPAV\falko 5 ماه پیش
والد
کامیت
fb04814296
1فایلهای تغییر یافته به همراه9 افزوده شده و 9 حذف شده
  1. 9 9
      Jenkinsfile

+ 9 - 9
Jenkinsfile

@@ -70,15 +70,15 @@ pipeline {
             }
         }
          
-//        stage('Build & Deploy') {
-//   steps {
-//     sh '''
-//       docker-compose stop
-//       docker-compose build --no-cache
-//       docker-compose up -d --force-recreate --remove-orphans
-//     '''
-//   }
-// }
+       stage('Build & Deploy') {
+           steps {
+            sh '''
+               docker-compose stop
+               docker-compose build --no-cache
+               docker-compose up -d --force-recreate --remove-orphans
+               '''
+  }
+}
 
         // ... (autres stages inchangés)
     }