More syntax fixing
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-13 21:18:47 +10:00
parent 7c1a21d802
commit 53458625c9

View File

@@ -36,7 +36,7 @@ steps:
# matching your existing containers. # matching your existing containers.
# If your actual project name (from 'docker inspect <container_id>') # If your actual project name (from 'docker inspect <container_id>')
# is different, replace 'Acrybot' here. # is different, replace 'Acrybot' here.
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. - cd /app # Navigate to the mounted project directory.