From 919adf8f39f98f06de741d6f7da36e4c69b81833 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 22 Feb 2024 05:14:07 +0100 Subject: [PATCH] ci: more verbose to better spot bugs --- .tci | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tci b/.tci index adf484c..69920e4 100755 --- a/.tci +++ b/.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