updated deploy script

This commit is contained in:
George Powell
2026-02-24 18:04:28 -05:00
parent fc674d6008
commit acc82af7cd
2 changed files with 3 additions and 24 deletions

View File

@@ -12,7 +12,8 @@ bun i
echo "Building..."
bun --bun run build
echo "Restarting service..."
sudo systemctl restart bibdle
SERVICE_NAME="$(basename "$(pwd)").service"
echo "Restarting service ($SERVICE_NAME)..."
sudo systemctl restart "$SERVICE_NAME"
echo "Done!"