deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
This fixes crontab failing to recognize the existing cronjobs when running from Windows and connecting to a say a Linux server. It would lead to new existing sections not being...
Hi, I'd like to be able to deploy a Nuxt JS project. Nuxt JS when generated as a static site dynamically figures out whether it needs to regenerate the project...
This change handle the case when cron:remove can not be executed properly, for example when setup:upgrade or Magento 2 installation wasn't done properly. Try/Catch prevents breaking of deployment (as cron...
I'm using the latest version of Deployer to deploy my Nuxt JS project to multiple ipv6 hosts. If I were to deploy one host individually, it wouldn't take no more...
Add task to run dump-env on deployment - [ ] Bug fix #…? - [x] New feature? - [ ] BC breaks? - [ ] Tests added? - [x] Docs...
- Deployer version: 7.4.0 - Deployment OS: Windows 10 Unable to deploy, every step/task throws the following error:  ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can...
### Discussed in https://github.com/deployphp/deployer/discussions/3853 Originally posted by **gponty** June 24, 2024 Hi, Is it possible to hide progress bar ? Because in github action it's ugly :  ty ##...
``` run( 'docker ps --all --format "{{.ID}}\t{{.Names}}"' ); ``` I tried to run a command containing {{.ID}} placeholders that are used in the docker compose ps formatting template, but these...
- Deployer version: - 7.4.0 AND 7.3.3 - Deployment OS: Linux Using the rsync deployer receipe, trying to deploy magento onto a ubuntu server keeps failing saying that the remote...
- Deployer version: 7.4 - Deployment OS: Ubuntu 20.04 This is potentially a documentation issue, as https://deployer.org/docs/7.x/avoid-php-fpm-reloading and https://deployer.org/docs/7.x/contrib/php-fpm both say that a reload is not needed the server has...