Search code examples
deploymentamazon-s3meteorcdnfrontend

Deploying Meteor on a CDN or S3


Is there a way to get the static assets generated by a Meteor app deployed on a CDN - or a static hosting solution like S3 - in order to improve loading speed and reduce hosting costs ?


Solution

  • If deploying through demeteorizer, it is pretty easy to upload the content of the static_cacheable to a CDN and change the links in app.html and app.json.

    That process can probably be automated in a custom deploy/capistrano script.