logging
This commit is contained in:
parent
ca9b90640f
commit
a8efce3826
|
@ -22,4 +22,4 @@
|
||||||
(defn deploy-uberjar [args ctx]
|
(defn deploy-uberjar [args ctx]
|
||||||
(shell/bash ctx
|
(shell/bash ctx
|
||||||
(:cwd args)
|
(:cwd args)
|
||||||
"sudo service commiteth stop && cp target/commiteth.jar /opt/commiteth/commiteth.jar && sudo service commiteth start"))
|
"pwd; ls -l;sudo service commiteth stop && cp target/commiteth.jar /opt/commiteth/commiteth.jar && sudo service commiteth start"))
|
||||||
|
|
Loading…
Reference in New Issue