mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-10 02:49:20 +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
|
#!/bin/bash
|
||||||
|
|
||||||
cargo build --release
|
cargo build --release --all-features
|
||||||
echo "stopping service"
|
echo "stopping service"
|
||||||
systemctl --user stop mumble-stats
|
systemctl --user stop mumble-stats
|
||||||
echo "replacing binary"
|
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"
|
echo "restarting service"
|
||||||
systemctl --user start mumble-stats
|
systemctl --user start mumble-stats
|
||||||
|
|
Loading…
Reference in a new issue