From 28245c231d73e50c44b80d46fdc3612985280782 Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Wed, 13 Aug 2025 20:39:06 +1000 Subject: [PATCH] Added some logging for assistance --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index bb1a949..03210be 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,6 +20,8 @@ steps: - cd /app # Execute the Docker Compose command # IMPORTANT: Replace 'your_bot_service_name' with your actual service name. + - ls + - pwd - docker-compose restart python-app # Uncomment the line below if you use older Docker Compose (with a hyphen) # - docker-compose restart your_bot_service_name