Deployment with Password using Linux in Meteor? -


how deploy app password in meteor using linux. it's deploy when out set password.but need deploy app password in meteor. did gets error messages didn't understand following messages.so please see below deployment process , suggestions me do?

[root@localhost myapp]# meteor deploy myapp.meteor.com --password deploy: --password option needs value. try 'meteor deploy' help. [root@localhost myapp]# meteor deploy myapp.meteor.com 123456 deploy: many arguments. usage: meteor deploy <site> [--settings settings.json] [--debug] [--delete]  deploys project in current directory meteor's servers.  can deploy available name under 'meteor.com' without additional configuration, example, 'myapp.meteor.com'. if deploy custom domain, such 'myapp.mydomain.com', you'll need configure domain's dns records. see meteor docs details.  --settings flag can used pass deploy-specific information application. available @ runtime in meteor.settings, on server. if object contains key named 'public', meteor.settings.public available on client. argument name of file containing json data use. settings persist across deployments until again specify settings file. unset meteor.settings, pass empty settings file.  --delete flag permanently removes deployed application, including of stored data.  options:   --delete, -d  permanently delete deployment   --debug       deploy in debug mode (don't minify, etc)   --settings    set optional data meteor.settings   --star        star (tarball) deploy instead of current meteor app  [root@localhost myapp]#  

perhaps should use both command , option:

meteor deploy myapp.meteor.com --password 123456 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -