easy-deploy-bundle icon indicating copy to clipboard operation
easy-deploy-bundle copied to clipboard

Default Deployer not working

Open EloneSampaio opened this issue 8 years ago • 1 comments

The autoloader expected class "App\Controller\deploy_prod" to be defined in
file "/var/www/html/sisIgreja/vendor/composer/../../src/Controller/deploy_
prod.php". The file was found but the class was not in it, the class name o
r namespace probably has a typo.

EloneSampaio avatar Feb 21 '18 04:02 EloneSampaio

That's a pickle. Can you show us deploy_prod.php file? BTW - try to stick to PSR - using underscore in filename or in class name is a bad idea. Same goes for using sneak_case.

EDIT: If you are using configuration example from docs of this project you should probably put deploy_prod.php file in app/config/ directory.

broiniac avatar Mar 06 '18 21:03 broiniac