deployer
deployer copied to clipboard
The PHP deployment tool with support for popular frameworks out of the box
- [ ] Bug fix #…? - [x] New feature? - [ ] BC breaks? - [ ] Tests added? - [ ] Docs added? Please, regenerate docs by running...
- [ ] Bug fix #…? - [x] New feature? - [ ] BC breaks? - [x] Tests added? - [ ] Docs added? As I prefer yaml files for...
I'm following the steps indicated here: https://deployer.org/docs/7.x/ci-cd#gitlab-cicd But the docker image deployerphp/deployer:7 is not found ( see https://hub.docker.com/search?q=deployphp%2Fdeployer ) ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can...
This workaround solved the problem for us. Add to your _deploy.php_ file: ```php desc('Fix release_log file'); task('fix:release_log', function() { cd('{{deploy_path}}'); if(test('[ -f .dep/releases_log ]')) { $releasesLog = implode("\n", array_map(function($line) {...
- Deployer version: v7.3.3 - Deployment OS: Ubuntu ``` tasks: provision:custom_deployer: - run: "apt install acl" - run: "apt install whois" - run: "groupadd --system caddy" - invoke: provision:deployer ```...
- Deployer version: 7.3.1 - Deployment OS: ubuntu 22.04 In deploy.php I have next settings: add('shared_files', ['.env']); add('shared_dirs', ['vendor', 'node_modules']); add('writable_dirs', ['bootstrap/cache', 'storage']); How I can write this to deploy.yaml?
The `no_throw` option is ignored in the CLI process running. - [x] Bug fix #…? - [ ] New feature? - [ ] BC breaks? - [ ] Tests added?...
Using selector/alias (last example from my initial post) still require to define hosts in `deploy.php` But this is what I am trying to avoid. _Originally posted by @Seb33300 in https://github.com/deployphp/deployer/issues/3692#issuecomment-1727956595_...
It seems the doc is out of sync. This is just the result of running `docgen`.
Running with gitlab-runner 16.3.0~beta.108.g2b6048b4 (2b6048b4) on green-3.saas-linux-small-amd64.runners-manager.gitlab.com/default Jhc_Jxvh, system ID: s_0e6850b2bce1 feature flags: FF_USE_IMPROVED_URL_MASKING:true, FF_RESOLVE_FULL_TLS_CHAIN:false Preparing the "docker+machine" executor 00:05 Using Docker executor with image deployphp/deployer:7 ... Pulling docker image...