From 8a7e12621d14d6e8c017b675509723059dea9f50 Mon Sep 17 00:00:00 2001 From: Alexander Pankratov Date: Sat, 10 Jul 2021 22:57:28 -0800 Subject: [PATCH] recover --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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' } } }