commit 1456c82dd10349b5026d81205440a15236c9021a parent f6832c386ba66b659b85a605f3fde0a82dfe6621 Author: Stefan Koch <programming@stefan-koch.name> Date: Sat, 14 Sep 2019 19:14:37 +0200 copy binary to target location Diffstat:
M | .cinderella.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.cinderella.toml b/.cinderella.toml @@ -6,5 +6,5 @@ commands = [ [build-release] commands = [ "cargo build --release", - # copy/upload the file somewhere + "cp target/release/cinderella /opt/cinderella/", ]