mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
Try to remove deploy.lock when deploy is fail
Try to remove deploy.lock when deploy is fail
This commit is contained in:
parent
62f11158bd
commit
bd04270062
@ -141,4 +141,6 @@ task('success', function () {
|
||||
*/
|
||||
task('deploy:failed', function () {
|
||||
})->setPrivate();
|
||||
|
||||
onFailure('deploy', 'deploy:failed');
|
||||
before('deploy:failed', 'deploy:unlock');
|
||||
|
Loading…
x
Reference in New Issue
Block a user