@@ -30,6 +30,7 @@ pipeline {
stage ('Deploy') {
steps {
sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
+ sh '~scripts/push.sh ${WORKSPACE}/out'
}