Ilya Sviridenko

Results 2 comments of Ilya Sviridenko

I also have problems because of `remote.origin.url`. Task `deploy:update_code` generates infinite loop. Probably it's because I don't have at all `remote` named `origin` in my repositories. So I just commented...

@Base29, my solutions was: Create new file `deployer_update_code_custom.php` and copy there all code from mentioned file `vendor/deployer/deployer/recipe/deploy/update_code.php`. Inside of this file comment rows 94-99. Then in my deploy.yaml: ``` import:...