Deploy Meteor apps to your own server with Meteor.sh
Meteor.sh is a nice little tool to setup a meteor server and deploy to it. It was written by Simon Ernst because:
Deploying to custom servers should be as simple as everything else in Meteor.
It’s really easy to use, just move meteor.sh
into your projects directory. Next, open it up in your favorite text-editor and change the APP_NAME
and APP_HOST
variables. That’s it! You can now run the shell script from your command line to deploy your code!
Discussion
Sign in or Join to comment or subscribe