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

This commit is contained in:
2025-08-13 21:22:16 +10:00
parent 7bdb6f613c
commit 2502b8e70e

View File

@@ -39,8 +39,6 @@ steps:
COMPOSE_PROJECT_NAME: acrybot COMPOSE_PROJECT_NAME: acrybot
commands: commands:
- echo "--- Managing Docker Compose services ---" - echo "--- Managing Docker Compose services ---"
- cd /app # Navigate to the mounted project directory.
# Stop the specific Discord bot service. # Stop the specific Discord bot service.
# 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 ---"
@@ -54,4 +52,4 @@ steps:
- echo "--- Verification after actions ---" - echo "--- Verification after actions ---"
- docker compose ps -a # Show all services in this project again. - docker compose ps -a # Show all services in this project again.
# Directly grep for the expected container name to confirm. # Directly grep for the expected container name to confirm.
- docker ps -a | grep Acrybot-python-app - docker ps -a | grep acrybot-python-app