Skip to content

Commit

Permalink
Laravel deploy task should not call cache:clear (deployphp#1681)
Browse files Browse the repository at this point in the history
* Laravel deploy task should not call cache:clear

* Update CHANGELOG.md
  • Loading branch information
leo108 authored and antonmedv committed Aug 27, 2018
1 parent 3013995 commit 17ce9a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## master
[v6.3.0...master](https://github.com/deployphp/deployer/compare/v6.3.0...master)

### Changed
- Laravel recipe should not run `artisan:cache:clear` in `deploy` task


## v6.3.0
[v6.2.0...v6.3.0](https://github.com/deployphp/deployer/compare/v6.2.0...v6.3.0)
Expand Down Expand Up @@ -494,4 +497,4 @@
[#914]: https://github.com/deployphp/deployer/pull/914
[#911]: https://github.com/deployphp/deployer/pull/911
[#381]: https://github.com/deployphp/deployer/pull/381
[#330]: https://github.com/deployphp/deployer/pull/330
[#330]: https://github.com/deployphp/deployer/pull/330
1 change: 0 additions & 1 deletion recipe/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
'deploy:writable',
'artisan:storage:link',
'artisan:view:clear',
'artisan:cache:clear',
'artisan:config:cache',
'artisan:optimize',
'deploy:symlink',
Expand Down

0 comments on commit 17ce9a8

Please sign in to comment.