Alexander Pankratov 3 年之前
父節點
當前提交
c064808aaa
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile 查看文件

@@ -28,8 +28,9 @@ pipeline {
28 28
             
29 29
         }
30 30
         stage ('Deploy') {
31
-            steps {
32
-				sh 'sudo /root/jenkins_scripts/qa_deploy ${WORKSPACE}/out'
31
+            steps {				
32
+				sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
33
+				sh '~scripts/push.sh ${WORKSPACE}/out'
33 34
 			}
34 35
         }
35 36
     }

Loading…
取消
儲存