I have an app running on Meteor Galaxy, and I would like to have it automatically be deployed from GitHub to Meteor Galaxy. I know there are other services (https://developer.github.com/guides/automating-deployments-to-integrators/) like Modulus and Heroku with built in integration. Are there any third-party apps that can do this automatically, or is there any service with a similar configuration method built into GitHub that I can use?
That’s not 100% correct - the installation only requires sudo access to make the meteor command globally accessible (as it says in the CLI prompt). Either way, many CI services like Travis support sudo.
So you can just skip that part of the installation, and manually call into ~/.meteor/meteor.
If that helps you out, can you send a PR to the guide to add directions for installing without sudo?