From a57afe0e3c611d95db923c1603b226a063e3d40d Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 17 Feb 2024 04:12:13 +0100 Subject: [PATCH] ci: add tci script --- .tci | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .tci diff --git a/.tci b/.tci new file mode 100755 index 0000000..d4bd2ac --- /dev/null +++ b/.tci @@ -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