Migrating from Laravel Deployer to Deployer 7: die() does not seem to stop the deploy anymore. #3643
Unanswered
JVFP
asked this question in
Help needed
Replies: 1 comment 6 replies
-
Die will only kill the worker. Throw an Exception. Or GeasefullShutdownException. But this is a nice idea. Will be cool to kill the master with die. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to migrate from Laravel Deployer to Deployer 7.
Somehow die() doesn't seem to stop the deploy anymore, is that intended or am I maybe missing something?
Here's an example:
The output:
Expected output:
Beta Was this translation helpful? Give feedback.
All reactions