This commit is contained in:
Alexander Pankratov
2021-07-10 22:50:15 -08:00
parent 68c45c9c41
commit c064808aaa
Vendored
+3 -2
View File
@@ -28,8 +28,9 @@ pipeline {
} }
stage ('Deploy') { stage ('Deploy') {
steps { steps {
sh 'sudo /root/jenkins_scripts/qa_deploy ${WORKSPACE}/out' sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
sh '~scripts/push.sh ${WORKSPACE}/out'
} }
} }
} }