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.