mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-14 04:29:19 +01:00
ci: add tci script
This commit is contained in:
parent
7937330185
commit
a57afe0e3c
1 changed files with 6 additions and 0 deletions
6
.tci
Executable file
6
.tci
Executable 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
|
Loading…
Reference in a new issue