diff --git a/Jenkinsfile b/Jenkinsfile index 9b167db..a768954 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,6 +30,7 @@ pipeline { stage ('Deploy') { steps { sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out' + sh '~scripts/push.sh ${WORKSPACE}/out' } } }