Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add deploy to zeabur #384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Get Ackee up and running…
- […with Render](docs/Get%20started.md#with-render)
- […with Railway](docs/Get%20started.md#with-railway)
- […with Koyeb](docs/Get%20started.md#with-koyeb)
- […with Zeabur](docs/Get%20started.md#with-zeabur)

And configure Ackee and your server correctly…

Expand Down Expand Up @@ -101,4 +102,4 @@ I am working hard on continuously developing and maintaining Ackee. Please consi
### Links

- [Follow Ackee on Twitter](https://twitter.com/getackee)
- [Vote for Ackee on ProductHunt](https://www.producthunt.com/posts/ackee)
- [Vote for Ackee on ProductHunt](https://www.producthunt.com/posts/ackee)
10 changes: 10 additions & 0 deletions docs/Get started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The node server shows you the UI and receives the request from all of your sites
- [With Render](#with-render)
- [With Railway](#with-railway)
- [With Koyeb](#with-koyeb)
- [With Zeabur](#with-zeabur)

## With Docker Compose

Expand Down Expand Up @@ -321,3 +322,12 @@ ID NAME DOMAINS
```

Open the URL to access Ackee.

## With Zeabur

You can use the [Zeabur](https://zeabur.com/) button for a one-click deployment and have Ackee running within minutes.

[![Deploy to Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/6YH1QJ)

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.
Zeabur will automatically provision the MongoDB database for you and also link it to your Ackee deployment!