diff --git a/Jenkinsfile b/Jenkinsfile index 8726384de..950fade96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { stage('Deploy') { steps { echo 'Deploying stage has been executed' - bat './deploy production' + bat 'deploy production' } } }