Skip to content

Commit

Permalink
Update deployment instructions (jestjs#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos authored and cpojer committed Dec 20, 2016
1 parent c04c906 commit 9b16596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ The Jest website is hosted as a GitHub page. A static site is generated by `serv
To deploy the website manually, run the following command as a Git user with write permissions:

```
GIT_USER=jest-bot CIRCLE_PROJECT_USERNAME=facebook CIRCLE_PROJECT_REPONAME=jest npm run gh-pages
DEPLOY_USER=facebook GIT_USER=jest-bot CIRCLE_PROJECT_USERNAME=facebook CIRCLE_PROJECT_REPONAME=jest npm run gh-pages
```

## Staging

Run the above command against your own fork of `facebook/jest`:

```
GIT_USER=YOUR_GIT_USERNAME CIRCLE_PROJECT_USERNAME=YOUR_GITHUB_USERNAME CIRCLE_PROJECT_REPONAME=jest npm run gh-pages
DEPLOY_USER=YOUR_GITHUB_USERNAME GIT_USER=YOUR_GITHUB_USERNAME CIRCLE_PROJECT_USERNAME=YOUR_GITHUB_USERNAME CIRCLE_PROJECT_REPONAME=jest npm run gh-pages
```

0 comments on commit 9b16596

Please sign in to comment.