Fix uberjar path

This commit is contained in:
Teemu Patja 2017-01-24 23:20:32 +02:00
parent a8efce3826
commit 643cf79ef8
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@
(defn deploy-uberjar [args ctx]
(shell/bash ctx
(:cwd args)
"pwd; ls -l;sudo service commiteth stop && cp target/commiteth.jar /opt/commiteth/commiteth.jar && sudo service commiteth start"))
"sudo service commiteth stop && cp target/uberjar/commiteth.jar /opt/commiteth/commiteth.jar && sudo service commiteth start"))