Hi @shedman
You can run php artisan migrate as part of the default deployment script:
Sites -> Your Site -> App -> Deploy Now
If you want to run it manually you need to set up SSH access. You can do this by going to:
Servers -> Your Server -> SSH keys
Please refer to this article for detailed instructions: https://blog.laravel.com/forge-connect-to-your-server-using-ssh-or-sftp
Regards,