Edit to fix syntax
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-13 21:17:48 +10:00
parent 17178704a3
commit 7c1a21d802

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.