Pārlūkot izejas kodu

Merge branch 'features-o' of onunez/frontend-inversiones into development

Oscar José Nuñez Chávez 5 gadi atpakaļ
vecāks
revīzija
342bd71b7e
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      Jenkinsfile

+ 4 - 4
Jenkinsfile

@@ -4,8 +4,8 @@ pipeline {
         stage('build') {
             steps {
                 sh  '''
-                    cd /home/administrador/Documentos/GIT/Inversys/app/frontend/
-				    git pull
+                    cd /opt/inversys/app/frontend/
+                    git pull
                     '''
             }
         }
@@ -17,9 +17,9 @@ pipeline {
         stage('Deploy') {
             steps {
                 sh  '''
-                    cd /home/administrador/Documentos/GIT/Inversys/
+                    cd /opt/inversys/
                     echo $USER
-				    docker-compose up -d --build frontend
+                    docker-compose up -d --build frontend
                     '''
             }
         }