diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-05 18:44:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 18:44:33 +0200 |
commit | 3d8b80e1cc8206d3a2d9904eb216269f0e38e66a (patch) | |
tree | 0bef7e42e35c04b2a4243f458909b86edf5aa278 /README.md | |
parent | 7bed4e51db18c864c36c6b48eb22c65f11c16b1c (diff) | |
parent | b142a2ebf51fb140062e52cb283736b6d4abe725 (diff) |
Merge branch 'master' into broadcast-to-worker
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 20499e6e3..db60b66f7 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,12 @@ Which will re-create the updated containers, leaving databases and data as is. D Docker is great for quickly trying out software, but it has its drawbacks too. If you prefer to run Mastodon without using Docker, refer to the [production guide](docs/Running-Mastodon/Production-guide.md) for examples, configuration and instructions. +## Deployment on Scalingo + +[![Deploy on Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/tootsuite/mastodon#master) + +[You can view a guide for deployment on Scalingo here.](docs/Running-Mastodon/Scalingo-guide.md) + ## Deployment on Heroku (experimental) [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) |