Releases: eXolnet/laravel-envoy
Releases · eXolnet/laravel-envoy
v0.4.2
Fix laravel/envoy dependency
v0.4.0
Merge pull request #18 from xel1045/master
[Fix #2 #15] Allow to specify the config file location & A macro should stop if one of its task fails
v0.3.0
- Remove the
deploy:migrate
since it's app dependent. You could now run your migrations through the deploy:updated
hook.
v0.2.1
- Fix task override in the project's Envoy.blade.php file
- Disable --no-dev from composer install since production app might depends on it
v0.2.0
- Ability to configure executed command executable path
- Add hook that could be overrided on the project's Envoy.blade.php file
- Disable the installation of dev dependencies of composer
- Add checks to prevent running npm, bower, grunt or composer when no config file is present
v0.1.1
Update template to support server with special characters.