From 2502b8e70e588234f735581c0a6a0843affaf635 Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Wed, 13 Aug 2025 21:22:16 +1000 Subject: [PATCH] what --- .woodpecker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2d2ab40..be907c2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -39,8 +39,6 @@ steps: COMPOSE_PROJECT_NAME: acrybot commands: - echo "--- Managing Docker Compose services ---" - - cd /app # Navigate to the mounted project directory. - # Stop the specific Discord bot service. # Replace 'your_bot_service_name' with the EXACT service name from your docker-compose.yml. - echo "--- Stopping Discord bot service your_bot_service_name ---" @@ -54,4 +52,4 @@ steps: - echo "--- Verification after actions ---" - docker compose ps -a # Show all services in this project again. # Directly grep for the expected container name to confirm. - - docker ps -a | grep Acrybot-python-app + - docker ps -a | grep acrybot-python-app