spooner / deployer-information
Show information about the last deployment in the TYPO3 system information toolbar item
1.4.0
2022-12-01 10:12 UTC
Requires
- php: ^7.2 || ^8.0
- typo3/cms-core: ^8.7 || ^9.5 || ^10.4 || ^11.5 || ^12.0
Suggests
- ext-intl: *
README
System toolbar information about last deployment, fetched from different deployment types
How to install
composer require spooner/deployer-information
Deployment types to be handled
If one of the following deployment is found, the information is displayed.
- Deployer
- Deployer v7 (change of release files structure)
- Custom (Modified datetime of file
LAST_DEPLOY
in project root)
How to configure your deployment
Deployer
You don't need to do anything. The extension looks for the default folder and files of a release.
Custom
You need to touch the file LAST_DEPLOY
in your project root (normally it's not the document root, but it can be).
The extension looks for this file and creates the datetime of the last change (the last touch).
You can touch a file with
touch LAST_DEPLOY
I need special behaviour for my deployment
No problem. Just create an issue and I'll adapt your deployment type.