summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjoffrey-bion <joffrey.bion@gmail.com>2021-02-06 20:31:49 +0100
committerjoffrey-bion <joffrey.bion@gmail.com>2021-02-06 20:43:24 +0100
commit579d9d76ce0ec0128909666993551d0f10775bd6 (patch)
tree82c3dd3175b529f2c98f179d1d1bbdc26b24e065 /README.md
parentAdd auto-game with bots only (diff)
downloadseven-wonders-579d9d76ce0ec0128909666993551d0f10775bd6.tar.gz
seven-wonders-579d9d76ce0ec0128909666993551d0f10775bd6.tar.bz2
seven-wonders-579d9d76ce0ec0128909666993551d0f10775bd6.zip
Add kubernetes config (deployed on digital ocean)
Resolves: https://github.com/joffrey-bion/seven-wonders/issues/54
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index d4470e1c..87963c8f 100644
--- a/README.md
+++ b/README.md
@@ -11,12 +11,9 @@ A digital version of the [7 Wonders board game](https://en.wikipedia.org/wiki/7_
## Try it!
-A staging version of the app is running [on heroku](https://seven-wonders-online.herokuapp.com/).
-Heroku's free plan shuts down servers when not used for 30 minutes, so please allow for a bit of delay (~30s) if you're
- trying it on a cold start.
+You can play it for free on http://seven-wonders.hildan.org.
-:construction: It is still under development, so the staging server is unstable as the CI/CD pipeline deploys the
- new app on it after every successful build of the master branch.
+:construction: The game is still under development.
It is therefore possible that you experience a server restart if I just pushed some new changes.
### Locally
bgstack15