Closed iammati closed 2 years ago
Please provide full deploy.php. Also run dep tree deploy
and dep deploy --plan
, attach outputs.
@antonmedv
So both 'deploy:prepare' and 'deploy:lock' has lock task in it.
Oh that fixed it. Does deploy:prepare
performs since v7 automatically a lock? Had to use that at least in v6
It's new API, all other recipes uses prepare as well.
Upgrade without issues from v6.8 to v7.0.0-rc.4 with PHP 8.1.3 but I've noticed that the following snippet:
Is being ignored by deployer and it executes instead the following commands:
And runs into a locked-state. Note that right after
update_code
it should actually "force" unlock - testing purpose since I was wondering why I kept run into a locked state.Any ideas to this?