Skip to content

Commit

Permalink
further explain Deployment in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Dec 22, 2017
1 parent 2490d48 commit 20205a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -25,7 +25,9 @@ npm start

## Deployment

To deploy the static pages to [production](https://webvr.rocks/):
When commits land on the master branch of this repository, this project is automatically rebuilt and deployed to the [production site](https://webvr.rocks/), served by GitHub Pages (`gh-pages` branch of this repository), using a Travis CI + GitHub integration.

To trigger a manual deployment of the static pages to [production](https://webvr.rocks/):

```sh
npm run deploy
Expand Down

0 comments on commit 20205a5

Please sign in to comment.