orphans / git-deploy-laravel

Helps automate the deployment of projects onto servers by utilising Git's web hooks.
MIT License
34 stars 14 forks source link

Allow additional Events after git deployment #9

Closed Nowi5 closed 6 years ago

Nowi5 commented 6 years ago

In case a project should not only run git update automatically an option should be provided where a update e.g. artisan migrate script can be hosted. In this change I added a decoupled event so that each project can (not must) implement there own event listener. Beside that the email template can now be changed via config. Everything tested multiple times in my own environment directly.

Muffinman commented 6 years ago

Looks good, thanks!