Adjust webroot in deployer config

This commit is contained in:
Björn Fromme
2019-06-06 10:03:51 +02:00
parent 63933a72e4
commit d66217fb4c
+1 -1
View File
@@ -3,7 +3,7 @@ namespace Deployer;
require 'recipe/typo3.php';
set('typo3_webroot', 'web');
set('typo3_webroot', 'public');
set('application', 'typo3-deployer');
set('repository', '[email protected]:dreipunktnull/ep-reisen-web');