Manually Failing a Deployment

Running a command that returns anything different than 0 to the shell will mark the build as failed. For example, you could use exit 1.

1 Like