mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-12 19:59:19 +01:00
ci: more verbose to better spot bugs
This commit is contained in:
parent
b531033865
commit
919adf8f39
1 changed files with 3 additions and 0 deletions
3
.tci
3
.tci
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
cargo build --release
|
||||
echo "stopping service"
|
||||
systemctl --user stop mumble-stats
|
||||
echo "replacing binary"
|
||||
cat ./target/release/mumble-stats-api > /opt/bin/mumble-stats-api
|
||||
echo "restarting service"
|
||||
systemctl --user start mumble-stats
|
||||
|
|
Loading…
Reference in a new issue