I am setting up automatic deployments through circle ci. I am not able to login manually and the need to login via the command line on each deployments. Is there a way to login via some setting or directly via the command line in one command? I tried this and it’s not working:
Here are a set of build commands that work on a CI server.
You will need to update the below to match the paths of where you store these files or ENV variables. I don’t think the ‘meteor npm i’ step is necessary, just fyi. We use SemaphoreCI.
Thanks @sbr464! I was able to get it working with your advice. On circleci, I set the contents of the deployment json to an environment variable and create the file per build with an echo statement. Here’s my circle.yml file if it helps anyone else.