Skip to content

Commit

Permalink
Temporarily removing automatic deploy failure unlock functionality du…
Browse files Browse the repository at this point in the history
…e to order of operations issue. Updating README. Updating change log.
  • Loading branch information
dl-unleashed-technologies committed Feb 3, 2022
1 parent a53330a commit 8cfbb0e
Show file tree
Hide file tree
Showing 3 changed files with 11 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.18] - 2022-02-03

### Fixed

- Temporarily removing automatic deploy failure unlock functionality due to order of operations issue.

## [0.3.17] - 2022-02-03

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

**Initial release!**

[unreleased]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.17...main
[unreleased]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.18...main
[0.3.18]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.17...0.3.18
[0.3.17]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.16...0.3.17
[0.3.16]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.15...0.3.16
[0.3.15]: https://github.com/unleashedtech/deployer-recipes/compare/0.3.14...0.3.15
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ only applied if you haven't already defined them. Please choose a platform
below for more.

* [Drupal](cms/drupal)
* [Magento](cms/magento)
* [WordPress](cms/wp)

Please note that tasks assume databases on relevant stages have already been
Expand Down
3 changes: 2 additions & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
fill('ssh_multiplexing', true);

// Automatically unlock after a deployment failure.
after('deploy:failed', 'deploy:unlock');
// TODO: something like the following needs to occur _after_ the deploy:failed task is defined
// TODO: after('deploy:failed', 'deploy:unlock');

// Set release name.
$branch = get('branch');
Expand Down

0 comments on commit 8cfbb0e

Please sign in to comment.