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…
취소
저장