We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5cf2f commit 5f849d4Copy full SHA for 5f849d4
1 file changed
mise.toml
@@ -377,19 +377,19 @@ rm -f "$PID_FILE"
377
"""
378
379
[tasks.restart]
380
-description = "Restart vibora-dev systemd service with migrations"
+description = "Restart vibora systemd service with migrations"
381
depends = ["build"]
382
run = """
383
set -e
384
385
echo "Syncing database schema..." >&2
386
bun run drizzle-kit push
387
388
-echo "Restarting vibora-dev..." >&2
389
-systemctl --user restart vibora-dev
+echo "Restarting vibora..." >&2
+systemctl --user restart vibora
390
391
echo "Done. Checking status..." >&2
392
-systemctl --user status vibora-dev --no-pager
+systemctl --user status vibora --no-pager
393
394
395
# Desktop app tasks (client-only, connects to local or remote Vibora server)
0 commit comments