deployer icon indicating copy to clipboard operation
deployer copied to clipboard

The PHP deployment tool with support for popular frameworks out of the box

Results 239 deployer issues
Sort by recently updated
recently updated
newest added

I do have a task in the YAML-file which should be only executed if a specific file changed compared to the previous release: ``` - run: | if cmp --silent...

- [x] Bug fix #3118 - [x] New feature? - [ ] BC breaks? - [ ] Docs added? I target 6.x so that 6.x and 7.x (later) could have...

I have this task (group) defined via YAML: ```yaml tasks: deploy: - deploy:prepare - deploy:publish after: deploy:prepare: - typo3:create_default_folders - typo3:update:databaseschema - typo3:flush:caches - typo3:setup:extensions - typo3:flush:caches deploy:failed: - deploy:unlock...

improvement

Deployer version: 7.3.1 Deployment OS: linux ``` namespace Deployer; require 'recipe/magento2.php'; // Config set('repository', 'test'); add('shared_files', []); add('shared_dirs', []); add('writable_dirs', []); set('static_content_locales', 'en_US nl_NL'); // Hosts host('live') ->set('hostname', 'xxx.xxx.xxx.xxx') ->set('branch',...

> The - import: recipe/common.php statements seem to always use the path of the deployer directory in the composer vendors. Is there a way to use import differently, to import...

improvement

It looks like this has to do with the on() function: It catches to GracefulShutdownException and renders it but since it doesn't re-throw it the any tasks after the on()...

bug

### Deployer version ``` vendor/bin/dep -V Deployer 7.3.1 ``` ### Deployment OS: Should be irrelevant. From container with alpine linux To Debian 11 host ### Problem example: Notification from Deployer...

bug
research

Die will only kill the worker. Throw an Exception. Or GeasefullShutdownException. But this is a nice idea. Will be cool to kill the master with die. _Originally posted by @antonmedv...

feature

https://docs.typo3.org/m/typo3/reference-coreapi/11.5/en-us/ApiOverview/DirectoryStructure/Index.html#directories-in-a-typical-project https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/ApiOverview/DirectoryStructure/Index.html#directories-in-a-typical-project fyi/ https://usetypo3.com/composer-changes-for-typo3-v11-and-v12.html

- Deployer version: 7.3.1 - Deployment OS: Ubuntu When I deploy `dep deploy` Images on the site are broken (404). I need to manually do a "Clear all" in the...