Fix typo in jar name
This commit is contained in:
parent
06e9e54be8
commit
ca9b90640f
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue