Run db migrations using percloate:migrations in PROD

What are the best ways of running the Migrations.migrateTo(‘latest’); in PROD. I know we cannot use meteor shell in PROD.

I want to be able to run Migrations.migrateTo(‘latest’); outside of the code preferably in some sort of deploy script, which would give me greater control when I an upgrading my meteor app.