Skip to content

Commit 721c2dc

Browse files
committed
Update deployment docs
1 parent d446724 commit 721c2dc

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1>React Roguelike</h1>
33

44
<p>A roguelike game built with React and TypeScript.</p>
5-
<p><a href="https://react-roguelike.herokuapp.com/">https://react-roguelike.herokuapp.com</a><p/>
5+
<p><a href="https://react-roguelike-demo.netlify.app">https://react-roguelike-demo.netlify.app</a><p/>
66
</div>
77

88
[![CircleCI](https://circleci.com/gh/TimAstier/react-roguelike.svg?style=svg)](https://circleci.com/gh/TimAstier/react-roguelike) [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
@@ -11,7 +11,9 @@
1111

1212
## How to play
1313

14-
Go to https://react-roguelike.herokuapp.com to start a new game.
14+
Go to https://react-roguelike-demo.netlify.app to start a new game.
15+
16+
The level editor is available [here](https://react-roguelike-demo.netlify.app).
1517

1618
## Built with
1719

@@ -52,26 +54,18 @@ $ yarn dev
5254

5355
## Deployments:
5456

55-
Review apps will be deployed when opening a PR on the development branch.
56-
57-
Merging commits to `development` will auto-deploy to:
58-
https://react-roguelike-development.herokuapp.com
59-
6057
Merging commits to `master` will auto-deploy to:
61-
https://react-roguelike.herokuapp.com
58+
https://react-roguelike-demo.netlify.app
6259

63-
### Alternative with Netlify
60+
### Manual deployment
6461

65-
```
62+
```sh
63+
yarn build
6664
netlify deploy
67-
```
68-
69-
```
65+
# specify "build" as directory
7066
netlify deploy --prod
7167
```
7268

73-
https://react-roguelike-demo.netlify.app
74-
7569
## Credits
7670

7771
- Music from Pixelsphere.org / The Cynic Project from [opengameart](https://opengameart.org/content/crystal-cave-song18)

0 commit comments

Comments
 (0)