deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
- Deployer version: 7.0-rc4 - Deployment OS: Mac OS I'm using an `deploy.yaml` with `runLocally` to prebuild my assets: ```yaml tasks: deploy:assets: - runLocally: 'yarn install && yarn build' -...
- Deployer version: v7.0.0-beta.23 - Deployment OS: macOS 11.3 ## YAML ```yaml import: - recipe/laravel.php - contrib/php-fpm.php - contrib/npm.php config: application: website branch: main base_deploy_path: /srv/users/serverpilot/apps config_file: ~/.ssh/config php_fpm_service: php7.4-fpm-sp...
- Deployer version: 7 Very very basic test but running deployer in v7 each tasks takes a lot longer to run. Is there anything that can be done to speed...
I see some API command for running task locally on not on the remote but not 100% clear how it can be used or how the commands should be in...
- Deployer version: 7.0-rc3 - Deployment OS: MAC OSX Monterey When configuring rsync for deploying my application: https://deployer.org/docs/7.x/contrib/rsync The `update_code` still requires `git` and that a `repository` is defined. Would...
- Deployer version: 7.0.0-rc3 - Deployment OS: macOS Overwriting variables in tasks does not seem to work. I'd like to build a custom-deploy task (similar to the existing `push`), but...
We had a recent discussion on Twitter, read the complete thread, it is interesting for non-Magento folks as well: https://twitter.com/PeterJaap/status/1481166381332807680?s=20 https://getcomposer.org/doc/articles/autoloader-optimization.md#optimization-level-2-a-authoritative-class-maps > This option says that if something is not...
- Deployer version: 7.0.0-beta.34 - Deployment OS: RHEL 8.2 Hello, thank you for the project. I've found an issue with `deploy:setup`. It does not test for failure of any of...
- Deployer version: 6.8.0 - Deployment OS: macOS 12.1 - Server OS: FreeBSD 13.0-RELEASE-p5 ``` [demo1] > cd /var/silverstripe/demo1/releases/1 && (getfacl -p public/assets | grep "^user:www:.*w" | wc -l) [demo1]...
Currently, the known_host file is automatically updated based on **repository** config. It caused lots of problems and was not secure. I'm going to delete this code and write a doc...