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
This commit is contained in:
2025-11-04 16:10:39 +01:00
parent c1d6a71494
commit a4ca6e9e16

View File

@@ -17,7 +17,7 @@ final readonly class ShowHome
#[Route(path: '/', method: Method::GET, name: WebRoutes::HOME)] #[Route(path: '/', method: Method::GET, name: WebRoutes::HOME)]
public function home(HomeRequest $request, string $test = 'hallo'): ViewResult 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!'); $model = new HomeViewModel('Hallo Welt!');
return new ViewResult( return new ViewResult(
template: 'test', template: 'test',