ci: added tci script

This commit is contained in:
əlemi 2024-12-10 11:23:27 +01:00
parent ec7632dff1
commit b03b64c7ed
Signed by: alemi
GPG key ID: A4895B84D311642C

5
.tci Executable file
View 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