Deploying to Shared Host without Secure Shell Access

Hi,

I’d like to deploy my Rails 3 app to a shared host. As it turns out, I
won’t have ssh access, thus I can’t run rake db:migrate & rake db:seed.
Anyone know how can I deploy/setup my app without any ssh access?

Thanks.

-Dan