Deploy issue in windows

I am getting an error when trying to deploy using Windows. Can anyone help?

This is what I am trying:

DEPLOY_HOSTNAME=galaxy.meteor.com : The term ‘DEPLOY_HOSTNAME=galaxy.meteor.com’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1

  • DEPLOY_HOSTNAME=galaxy.meteor.com meteor deploy songsecureteam --sett …
  •   + CategoryInfo          : ObjectNotFound: (DEPLOY_HOSTNAME=galaxy.meteor.com:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException

set DEPLOY_NAME=galaxy.meteor.com

or, in PowerShell,

$env:DEPLOY_NAME=galaxy.meteor.com

1 Like

In Windows command line you have to do a 2 steps process:
Step 1:

SET DEPLOY_HOSTNAME=galaxy.meteor.com

Step 2:

meteor deploy yourAppDomain.com --settings yoursettings.json