fix: Use correct path for docker-compose files
Some checks failed
🚀 Build & Deploy Image / Determine Build Necessity (push) Successful in 34s
🚀 Build & Deploy Image / Build Docker Image (push) Has been cancelled
🚀 Build & Deploy Image / Auto-deploy to Staging (push) Has been cancelled
🚀 Build & Deploy Image / Auto-deploy to Production (push) Has been cancelled
🚀 Build & Deploy Image / Build Runtime Base Image (push) Has been cancelled
🚀 Build & Deploy Image / Run Tests & Quality Checks (push) Has been cancelled
Security Vulnerability Scan / Composer Security Audit (push) Has been cancelled
Security Vulnerability Scan / Check for Dependency Changes (push) Has been cancelled

- Change stacks_base_path_default from /home/deploy to /home/deploy/deployment/stacks
- Matches actual server directory structure where stacks are located
This commit is contained in:
2025-11-08 15:25:57 +01:00
parent f7bac92b64
commit dd072ded3c

View File

@@ -6,7 +6,7 @@
vars: vars:
# Base path for deployment stacks (default value) # Base path for deployment stacks (default value)
stacks_base_path_default: "/home/deploy" stacks_base_path_default: "/home/deploy/deployment/stacks"
# Determine stack path based on environment # Determine stack path based on environment
application_stack_dest: >- application_stack_dest: >-
{%- if deployment_environment == 'staging' -%} {%- if deployment_environment == 'staging' -%}