Skip to content

Commit

Permalink
Removing unnecessary shared_files item in the Magento 2 recipe. Upd…
Browse files Browse the repository at this point in the history
…ating change log.
  • Loading branch information
dl-unleashed-technologies committed Mar 15, 2022
1 parent 3afc80c commit 8c644fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi

## [Unreleased][unreleased]

## [0.3.22] - 2022-03-15

### Fixed

- Removing unnecessary `shared_files` item in the Magento 2 recipe.

## [0.3.21] - 2022-03-15

### Fixed
Expand Down Expand Up @@ -311,7 +317,8 @@ config vars to be overridden.

**Initial release!**

[unreleased]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.21...main
[unreleased]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.22...main
[0.3.22]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.21...0.3.22
[0.3.21]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.20...0.3.21
[0.3.20]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.19...0.3.20
[0.3.19]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.18...0.3.19
Expand Down
1 change: 0 additions & 1 deletion cms/magento/magento2.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
]);
fill('shared_files', [
'app/etc/env.php',
'var/.maintenance.ip',
]);
fill('writable_dirs', []);
fill('clear_paths', [
Expand Down

0 comments on commit 8c644fd

Please sign in to comment.