From 45cea92f8d00dab05cea12f9feb8e57da3e4fc75 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Feb 2026 13:32:40 -0600 Subject: [PATCH] Use full path to towerops-agent binary in Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 96b4aec..276f589 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: towerops-agent --no-tui +worker: /usr/local/bin/towerops-agent --no-tui