Fix webroot in deplyer config again

This commit is contained in:
Björn Fromme
2019-06-13 09:42:16 +02:00
parent c510f694ed
commit 75290c7dd1
+1 -1
View File
@@ -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', '[email protected]:dreipunktnull/ep-reisen-web');