Skip to content

Commit

Permalink
Refresh meteor login token, fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr authored Oct 5, 2018
1 parent a8e6d27 commit a91aafe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,15 @@ npm start
App: [127.0.0.1:3000](https://127.0.0.1:3000/) (Github OAuth doesn't work on localhost)

GraphiQL: [/graphiql](https://127.0.0.1:3000/graphiql)

## Deployment

Periodically the CI will fail because the galaxy login token expires. When it does, Loren needs to:

```
METEOR_SESSION_FILE=token.json meteor login
cat token.json | pbcopy
rm token.json
```

and paste into `METEOR_TOKEN` here: https://circleci.com/gh/GraphQLGuide/news/edit#env-vars

0 comments on commit a91aafe

Please sign in to comment.