WordPress template_root option not being updated

When I deploy my site built on Bedrock using Capistrano the front end of my site is blank. The admin area is not.

It seems the reason for this is WordPress can no longer find the themes directory since in the WordPress database the template_root column in the wp_options table still points to the absolute path of the previous release.

Right now the only way for me to fix this is go into the Dashboard and change the theme.

What did I do wrong in my setup?

Here is a link to my site’s repository forked off the main Bedrock repo: https://github.com/theantichris/theantichris.com