Skip to content

Commit

Permalink
Add lock/unlock to deploy task (#1810)
Browse files Browse the repository at this point in the history
* Add lock/unlock to deploy task

* Add changelog entry
  • Loading branch information
jonnitto authored and antonmedv committed Feb 15, 2019
1 parent 06658c7 commit f84dc4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
## master
[v6.4.3...master](https://github.com/deployphp/deployer/compare/v6.4.3...master)

### Changed
- Add lock and unlock task to flow_framework receipe

### Fixed
- Fix rsync upload honor become option for host [#1796]
- Fixed bug to execute ssh command on windows [#1775]
Expand Down
2 changes: 2 additions & 0 deletions recipe/flow_framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
task('deploy', [
'deploy:info',
'deploy:prepare',
'deploy:lock',
'deploy:release',
'deploy:update_code',
'deploy:vendors',
Expand All @@ -50,6 +51,7 @@
'deploy:run_migrations',
'deploy:publish_resources',
'deploy:symlink',
'deploy:unlock',
'cleanup',
])->desc('Deploy your project');

Expand Down

0 comments on commit f84dc4d

Please sign in to comment.