ci: added tci script
This commit is contained in:
parent
ec7632dff1
commit
b03b64c7ed
1 changed files with 5 additions and 0 deletions
5
.tci
Executable file
5
.tci
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cargo build --release
|
||||||
|
systemctl --user stop upp
|
||||||
|
cat target/release/upp > /opt/bin/upp
|
||||||
|
systemctl --user start upp
|
Loading…
Reference in a new issue