From bf166a123e960c7aa15578c8fa8662a31a3848cd Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Feb 2026 13:21:50 -0600 Subject: [PATCH] add Procfile for dokku staging --- CHECKS | 2 ++ Procfile | 1 + 2 files changed, 3 insertions(+) create mode 100644 CHECKS create mode 100644 Procfile diff --git a/CHECKS b/CHECKS new file mode 100644 index 0000000..50e962a --- /dev/null +++ b/CHECKS @@ -0,0 +1,2 @@ +WAIT=10 +TIMEOUT=0 diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..087815c --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: /app/towerops-agent