debug
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-08-13 21:32:49 +10:00
parent 2502b8e70e
commit 1ceaa85589

View File

@@ -43,7 +43,7 @@ steps:
# Replace 'your_bot_service_name' with the EXACT service name from your docker-compose.yml. # Replace 'your_bot_service_name' with the EXACT service name from your docker-compose.yml.
- echo "--- Stopping Discord bot service your_bot_service_name ---" - echo "--- Stopping Discord bot service your_bot_service_name ---"
- docker compose stop python-app - docker compose stop python-app
- ls -la
# Bring the specific Discord bot service back up. # Bring the specific Discord bot service back up.
# '--build' is essential if your docker-compose.yml uses 'build: .' to create the image, # '--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. # as it ensures the image is rebuilt with the newly pulled source code.