Explorar o código

rebuid des sites

DESKTOP-SMCIPAV\falko hai 5 meses
pai
achega
fb04814296
Modificáronse 1 ficheiros con 9 adicións e 9 borrados
  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)
     }