Capistrano deploy nothing in theme dir

Any reason why after deploying using capistrano the theme dir creates the theme folder but its empty. There are no errors thrown during the deploy.

Capistrano just does a git clone of your repository so I suggest doing that locally to see what’s actually there or not.

Great thanks, I had to add submodule in capistrano since the theme was a separate repo.

1 Like