How to update a deployed meteor app?

Made a few changes in the js file. How do I update my app that’s already deployed in galaxy?

You re-deploy your app?

1 Like

Yeah, I tried meteor deploy myappname.com but it gives me this message “Error deploying application: Connection error (connect ETIMEDOUT)”

You need to set the DEPLOY_HOSTNAME environment variable. Best read the docs again.