mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-10 02:49:20 +01:00
ci: updated ci
This commit is contained in:
parent
e2403688fe
commit
cbeb54d5fc
1 changed files with 2 additions and 2 deletions
4
.tci
4
.tci
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cargo build --release
|
cargo build --release
|
||||||
systemctl --user stop mumble-stats-api
|
systemctl --user stop mumble-stats
|
||||||
cat ./target/release/mumble-stats-api > /opt/bin/mumble-stats-api
|
cat ./target/release/mumble-stats-api > /opt/bin/mumble-stats-api
|
||||||
systemctl --user start mumble-stats-api
|
systemctl --user start mumble-sats
|
||||||
|
|
Loading…
Reference in a new issue