deployer-php-action
deployer-php-action copied to clipboard
PHP Fatal error: require(): Failed opening required 'recipe/rsync.php'
I am getting this error, has to do with the 0.3.0
update:
Had to specify version 0.2.0 instead of @master for it to work
Run dep deploy production --tag= -vvv
PHP Warning: require(recipe/rsync.php): failed to open stream: No such file or directory in /home/runner/work/repo/repo/deploy.php on line 6
PHP Fatal error: require(): Failed opening required 'recipe/rsync.php' (include_path='/home/runner/.composer/vendor/deployer/deployer/bin/../../../deployer/deployer:.:/usr/share/php') in /home/runner/work/repo/repo/deploy.php on line 6
Error: Process completed with exit code 255.
I reverted for the mean time. https://github.com/atymic/deployer-php-action/tree/0.3.1
I'll investigate tomorrow, but any help would be appreciated.
Alright thanks for quick feedback.
I had the same problem, specifying 0.3.1 as suggested fixed it
Looks like only v7 beta has the recipes in it. I guess we need a conditional to check and determine, but the docs haven't been updated yet. @yuriystovbur Could you chime in here please?
@atymic Sorry for my previous bad PR. I'll fix it and send to review