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.