diff --git a/Jenkinsfile b/Jenkinsfile index aba76a4..a768954 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,8 +28,9 @@ pipeline { } stage ('Deploy') { - steps { - sh 'sudo /root/jenkins_scripts/qa_deploy ${WORKSPACE}/out' + steps { + sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out' + sh '~scripts/push.sh ${WORKSPACE}/out' } } }