added --bun flag to deploy.sh

This commit is contained in:
George Powell
2026-02-13 01:33:36 -05:00
parent 8ef2a41a69
commit 1b96919acd

View File

@@ -10,7 +10,7 @@ echo "Installing dependencies..."
bun i
echo "Building..."
bun run build
bun --bun run build
echo "Restarting service..."
sudo systemctl restart bibdle