Move the baking time check to its own Rake task
Previously this was built into the CheckProduction
class, and had
special behavior when the BAKING_TIME
environment variable was set.
However, we set this variable ourselves directly in the CI
configuration, and it added a fourth discrete behavior to the class that
already has too many, making it hard to reason about.
Now we have an explicit auto_deploy:baking_time
task.