From 1ceaa85589e5e607572439cd4c38ed62d2d3dbab Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Wed, 13 Aug 2025 21:32:49 +1000 Subject: [PATCH] debug --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index be907c2..c8e6de3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -43,7 +43,7 @@ steps: # Replace 'your_bot_service_name' with the EXACT service name from your docker-compose.yml. - echo "--- Stopping Discord bot service your_bot_service_name ---" - docker compose stop python-app - + - ls -la # Bring the specific Discord bot service back up. # '--build' is essential if your docker-compose.yml uses 'build: .' to create the image, # as it ensures the image is rebuilt with the newly pulled source code.