Alexander Pankratov 4年前
コミット
8a7e12621d
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      Jenkinsfile

+ 1
- 0
Jenkinsfile ファイルの表示

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

読み込み中…
キャンセル
保存