de-swebhosting/typo3-surf-hardlink-release
最新稳定版本:v1.1.0
Composer 安装命令:
composer require de-swebhosting/typo3-surf-hardlink-release
包简介
Hardlink releases for TYPO3 Surf
README 文档
README
This repo provides a task for TYPO3 Surf to release your application with hardlinks instead of softlinks.
How it works
When the application is released, the release directory is copied to next using hardlinks:
cp -al 20201228192426 next
To switch the release to the new version, the directories current and next are moved:
mv ./current ./previous mv ./next ./current
How to use
In the registerTasks() method of your application you can use the HardlinkReleaseRegisterer to
replace the symlink release with a hardlink release:
(new \De\SWebhosting\TYPO3Surf\HardlinkReleaseRegisterer()) ->replaceSymlinkWithHardlinkRelease($workflow, $this);
统计信息
- 总下载量: 606
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2022-10-13