diff --git a/.woodpecker.yml b/.woodpecker.yml index e46aa5e..4d1a620 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.