Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何更新部署的meteor应用程序_Meteor - Fatal编程技术网

如何更新部署的meteor应用程序

如何更新部署的meteor应用程序,meteor,Meteor,如何使用meteor更新已部署的应用程序 所以我使用 meteor deploy xxxxxxx 我想删除 meteor deploy --delete xxxxxx 如何更新? 它也不在命令行帮助中 我打字的时候 meteor deploy --help 我明白了 Options: --delete, -D permanently delete this deployment --debug deploy in debug mode (don't minify, etc)

如何使用meteor更新已部署的应用程序

所以我使用

meteor deploy xxxxxxx
我想删除

meteor deploy --delete xxxxxx
如何更新? 它也不在命令行帮助中

我打字的时候

meteor deploy --help
我明白了

Options:
--delete, -D  permanently delete this deployment
--debug       deploy in debug mode (don't minify, etc)
--settings    set optional data for Meteor.settings
--star        a star (tarball) to deploy instead of the current Meteor app

你的应用程序是否托管在meteor.com上

如果是这样,您只需发出

Meteor deploy XXXXX
命令,它将更新您的应用程序


Meteor Deploy使用与应用程序相同的热代码重新加载。

只需刷新正在进行更改的网页,Meteor服务器就会自行重新启动!:)