Skip to content

Commit 0ee3d3e

Browse files
authored
Merge pull request #384 from MichaelYuhe/docs/add-deploy-to-zeabur
docs: add deploy to zeabur
2 parents 5241a47 + 70847ba commit 0ee3d3e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Get Ackee up and running…
4242
- […with Render](docs/Get%20started.md#with-render)
4343
- […with Railway](docs/Get%20started.md#with-railway)
4444
- […with Koyeb](docs/Get%20started.md#with-koyeb)
45+
- […with Zeabur](docs/Get%20started.md#with-zeabur)
4546

4647
And configure Ackee and your server correctly…
4748

@@ -102,4 +103,4 @@ I am working hard on continuously developing and maintaining Ackee. Please consi
102103
### Links
103104

104105
- [Follow Ackee on Twitter](https://twitter.com/getackee)
105-
- [Vote for Ackee on ProductHunt](https://www.producthunt.com/posts/ackee)
106+
- [Vote for Ackee on ProductHunt](https://www.producthunt.com/posts/ackee)

docs/Get started.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The node server shows you the UI and receives the request from all of your sites
1818
- [With Render](#with-render)
1919
- [With Railway](#with-railway)
2020
- [With Koyeb](#with-koyeb)
21+
- [With Zeabur](#with-zeabur)
2122

2223
## With Docker Compose
2324

@@ -321,3 +322,12 @@ ID NAME DOMAINS
321322
```
322323

323324
Open the URL to access Ackee.
325+
326+
## With Zeabur
327+
328+
You can use the [Zeabur](https://zeabur.com/) button for a one-click deployment and have Ackee running within minutes.
329+
330+
[![Deploy to Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/6YH1QJ)
331+
332+
Upon clicking the button, you will be asked to set the `ACKEE_USERNAME` environment variables. Once you do that, everything should just work on it's own.
333+
Zeabur will automatically provision the MongoDB database for you and also link it to your Ackee deployment!

0 commit comments

Comments
 (0)