소스 검색

rsync test

amenpunk 4 년 전
부모
커밋
5af8b583ca
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      Jenkinsfile

+ 5 - 0
Jenkinsfile

@@ -24,6 +24,11 @@ pipeline {
                 }
             }
         }
+        stage('sync') {
+            steps {
+                sh 'rsync -a --delete ./build  /var/www/html/psicoadmin'
+            }
+        }
     }
     post {
         always {