This commit is contained in:
Alexander Pankratov
2021-07-10 22:57:28 -08:00
parent 5b4e84c98d
commit 8a7e12621d
Vendored
+1
View File
@@ -30,6 +30,7 @@ pipeline {
stage ('Deploy') { stage ('Deploy') {
steps { steps {
sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out' sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
sh '~scripts/push.sh ${WORKSPACE}/out'
} }
} }
} }