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

+ 1
- 0
Jenkinsfile 查看文件

@@ -30,6 +30,7 @@ pipeline {
30 30
         stage ('Deploy') {
31 31
             steps {				
32 32
 				sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
33
+				sh '~scripts/push.sh ${WORKSPACE}/out'
33 34
 			}
34 35
         }
35 36
     }

Loading…
取消
儲存