diff --git a/src/commiteth_pipeline/steps.clj b/src/commiteth_pipeline/steps.clj index 17bea7c..55b0ef1 100644 --- a/src/commiteth_pipeline/steps.clj +++ b/src/commiteth_pipeline/steps.clj @@ -22,4 +22,4 @@ (defn deploy-uberjar [args ctx] (shell/bash ctx (:cwd args) - "sudo service commiteth stop && cp target/commieth.jar /opt/commiteth && sudo service commiteth start")) + "sudo service commiteth stop && cp target/commiteth.jar /opt/commiteth/commiteth.jar && sudo service commiteth start"))