javascript - Pushing changes to deployed Meteor.js app -
after deploying meteor.js app own server, best practice continue pushing code changes live app if want develop off server?
do upload newly edited file server via ftp , page auto-reloads? doing meteor bundle app.tgz
, uploading server untarring package seems slow , inefficient me.
basically have uploads file, untar it, restarts node process.
as restarts clients refresh pages.
if find inefficient , slow use script such https://github.com/netmute/meteor.sh
you edit parameters in match server.
Comments
Post a Comment