diff --git a/Jenkinsfile-deploy b/Jenkinsfile-deploy index 0a9f4780b..ec9fed809 100644 --- a/Jenkinsfile-deploy +++ b/Jenkinsfile-deploy @@ -45,7 +45,7 @@ pipeline { stages { stage("checkout-deploy-branch") { steps { - tadaCheckoutDeployBranch("https://github.com/NREL/REopt_Lite.git") + tadaCheckoutDeployBranch("https://github.com/NREL/REopt_API.git") } }