amenpunk 3 年 前
コミット
5af8b583ca
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5 0
      Jenkinsfile

+ 5 - 0
Jenkinsfile

@@ -24,6 +24,11 @@ pipeline {
24 24
                 }
25 25
             }
26 26
         }
27
+        stage('sync') {
28
+            steps {
29
+                sh 'rsync -a --delete ./build  /var/www/html/psicoadmin'
30
+            }
31
+        }
27 32
     }
28 33
     post {
29 34
         always {