This commit is contained in:
@@ -39,8 +39,6 @@ steps:
|
||||
COMPOSE_PROJECT_NAME: acrybot
|
||||
commands:
|
||||
- echo "--- Managing Docker Compose services ---"
|
||||
- cd /app # Navigate to the mounted project directory.
|
||||
|
||||
# Stop the specific Discord bot service.
|
||||
# Replace 'your_bot_service_name' with the EXACT service name from your docker-compose.yml.
|
||||
- echo "--- Stopping Discord bot service your_bot_service_name ---"
|
||||
@@ -54,4 +52,4 @@ steps:
|
||||
- echo "--- Verification after actions ---"
|
||||
- docker compose ps -a # Show all services in this project again.
|
||||
# Directly grep for the expected container name to confirm.
|
||||
- docker ps -a | grep Acrybot-python-app
|
||||
- docker ps -a | grep acrybot-python-app
|
||||
|
||||
Reference in New Issue
Block a user