From 4410f69d376ab28e8f3065bf452472df899173f4 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 24 Oct 2023 18:28:07 +0200 Subject: [PATCH] drone latest and debug --- apps/drone/live.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/drone/live.hcl b/apps/drone/live.hcl index 02ab8e9..55585fb 100644 --- a/apps/drone/live.hcl +++ b/apps/drone/live.hcl @@ -47,7 +47,7 @@ job "drone" { } config { - image = "docker.io/drone/drone:2" + image = "docker.io/drone/drone:latest" ports = ["http"] } @@ -60,8 +60,8 @@ job "drone" { DRONE_RPC_SECRET = "7eb685ed81d0c34bafc5efa7783c20b2" DRONE_SERVER_HOST = "drone.service.nr5" DRONE_SERVER_PROTO = "http" - DRONE_LOGS_DEBUG = false - DRONE_LOGS_TRACE = false + DRONE_LOGS_DEBUG = true + DRONE_LOGS_TRACE = true } resources {