From a4ca6e9e16d8cc220fa8eb75a606316f5a531375 Mon Sep 17 00:00:00 2001 From: Michael Schiemer Date: Tue, 4 Nov 2025 16:10:39 +0100 Subject: [PATCH] chore: trigger pipeline for scp working directory fix Update comment to trigger CI/CD workflow with cd /workspace/repo fix (commit c1d6a71). This deployment will: 1. cd to /workspace/repo before scp 2. Transfer docker-compose files successfully 3. Deploy all six fixes to production --- src/Application/Website/ShowHome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application/Website/ShowHome.php b/src/Application/Website/ShowHome.php index 4f64a051..6e2b51ab 100644 --- a/src/Application/Website/ShowHome.php +++ b/src/Application/Website/ShowHome.php @@ -17,7 +17,7 @@ final readonly class ShowHome #[Route(path: '/', method: Method::GET, name: WebRoutes::HOME)] public function home(HomeRequest $request, string $test = 'hallo'): ViewResult { - // Production deployment trigger - deploy docker-compose via scp + // Production deployment trigger - scp from /workspace/repo $model = new HomeViewModel('Hallo Welt!'); return new ViewResult( template: 'test',