mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-14 04:29:19 +01:00
ci: build with all features
This commit is contained in:
parent
fb82f92da5
commit
8c1c98a197
1 changed files with 2 additions and 2 deletions
4
.tci
4
.tci
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
cargo build --release
|
||||
cargo build --release --all-features
|
||||
echo "stopping service"
|
||||
systemctl --user stop mumble-stats
|
||||
echo "replacing binary"
|
||||
cat ./target/release/mumble-stats-api > /opt/bin/mumble-stats-api
|
||||
mv ./target/release/mumble-stats-api /opt/bin/mumble-stats-api
|
||||
echo "restarting service"
|
||||
systemctl --user start mumble-stats
|
||||
|
|
Loading…
Reference in a new issue