deeployer icon indicating copy to clipboard operation
deeployer copied to clipboard

Remote Artisan Call

Open antonioribeiro opened this issue 11 years ago • 0 comments

Artisan is almost in place already. And you can execute whatever you need by adding commands to the post_deploy_commands array. So you can add

'post_deploy_commands' => array(
                                    'php artisan cache:clear',
                                    'php artisan db:seed --env=production',
                                ),

What kind of improvements could we do on this area?

antonioribeiro avatar Jan 13 '14 16:01 antonioribeiro