我尝试遵循以下官方文档来部署带有TYPO3 SURF的非typo3项目:https://docs.typo3.org/other/typo3/surf/2.0/en-us/GettingStarted/Index.html
在“ SymlinkConfigurationTask”任务下出现以下错误
Path to publish
任务还会创建一个指向不存在的文件夹的符号链接。
这是我的部署脚本:
bash: line 0: cd: /var/www/surf-test/releases/20190628085212/Configuration: No such file or directory
Got exception "Command returned non-zero return code: 1" rolling back.
In Task.php line 79:
The required option "directories" is missing.
有帮助吗?