ci: add tci script

This commit is contained in:
əlemi 2024-02-17 04:12:13 +01:00
parent 7937330185
commit a57afe0e3c
Signed by: alemi
GPG key ID: A4895B84D311642C

6
.tci Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
cargo build --release
systemctl --user stop mumble-stats-api
cat ./target/release/mumble-stats-api > /opt/bin/mumble-stats-api
systemctl --user start mumble-stats-api