deeployer
deeployer copied to clipboard
Deploy your Laravel applications via Github or Bitbucket Hooks
I'm seeing that it has not updated for years, but I wonder if the package still works.
[2014-11-19 00:00:02] production.INFO: Deeployer: no payload was sent in the POST. [] []
Hello. For the life of me I can't figure out why everything seems to be working but new code isn't pushed to the production server. Config is as follows: ```...
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...