浏览代码

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

Oscar José Nuñez Chávez 5 年之前
父节点
当前提交
342bd71b7e
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      Jenkinsfile

+ 4 - 4
Jenkinsfile

@@ -4,8 +4,8 @@ pipeline {
         stage('build') {
         stage('build') {
             steps {
             steps {
                 sh  '''
                 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') {
         stage('Deploy') {
             steps {
             steps {
                 sh  '''
                 sh  '''
-                    cd /home/administrador/Documentos/GIT/Inversys/
+                    cd /opt/inversys/
                     echo $USER
                     echo $USER
-				    docker-compose up -d --build frontend
+                    docker-compose up -d --build frontend
                     '''
                     '''
             }
             }
         }
         }