From 7c1a21d8026d4ed5313500031429e27da286c351 Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Wed, 13 Aug 2025 21:17:48 +1000 Subject: [PATCH] Edit to fix syntax --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index da41b28..e46aa5e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -36,7 +36,7 @@ steps: # matching your existing containers. # If your actual project name (from 'docker inspect ') # is different, replace 'Acrybot' here. - - COMPOSE_PROJECT_NAME=Acrybot + COMPOSE_PROJECT_NAME: Acrybot commands: - echo "--- Managing Docker Compose services ---" - cd /app # Navigate to the mounted project directory.