Skip to content

Instantly share code, notes, and snippets.

@nate-strauser
Last active December 12, 2015 00:22
Show Gist options
  • Save nate-strauser/657567b6566628291a89 to your computer and use it in GitHub Desktop.
Save nate-strauser/657567b6566628291a89 to your computer and use it in GitHub Desktop.
echo $METEOR_TOKEN > deployment_token.json
echo $METEOR_SETTINGS > deployment_settings.json
DEPLOY_HOSTNAME=galaxy.meteor.com METEOR_SESSION_FILE=deployment_token.json meteor deploy $METEOR_TARGET --settings deployment_settings.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment