From 75290c7dd1f50836157540088cade38dd70c6827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 13 Jun 2019 09:42:16 +0200 Subject: [PATCH] Fix webroot in deplyer config again --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index f49a3263..6f493ba4 100644 --- a/deploy.php +++ b/deploy.php @@ -3,7 +3,7 @@ namespace Deployer; require 'recipe/typo3.php'; -set('typo3_webroot', 'web'); +set('typo3_webroot', 'public'); set('application', 'ep-reisen-typo3'); set('repository', 'git@gitlab.com:dreipunktnull/ep-reisen-web');