I've been trying to deploy my meteor app onto my subdomain (meteor.youhock.sg) but it doesn't seem to be working.
I've tried the steps stated on their documentations such as setting up subdomain dns zone to origin.meteor.com
and mrt deploy meteor.youhock.sg
Am I missing something?
Thanks in advance
You can only use mrt deploy onto *.meteor.com. If you want to continue using their servers, do a CNAME to the subdomain you hosted. From the docs:
Or use a script like meteoric.sh to deploy in your own linux server: https://github.com/julien-c/meteoric.sh
EDIT: You need to point A to 107.22.210.133 according to Meteor.js deploy to "example.com" or "www.example.com"?