Run Meter.startup on galaxy deployment

Deploying to galaxy, my server/main.js file has a meteor.startup function where I seed the database.

It appears that when running my deploy script, galaxy doesn’t actutual restart meteor so my meteor.startup function isn’t running.

How do I run the meteor.startup on deploy?