diff --git a/deploy.php b/deploy.php index c50b05f7..530435e8 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', 'typo3-deployer'); set('repository', 'git@gitlab.com:dreipunktnull/ep-reisen-web');