Skip to content

Commit 191e645

Browse files
docs(readme): add deploy to koyeb button (#171)
2 parents 6261681 + 99cbf41 commit 191e645

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<li>
2626
<a href="#how-to-make-your-own">How to make your own</a>
2727
<ul>
28+
<li><a href="#deploy-to-koyeb">Deploy to Koyeb</a></li>
2829
<li><a href="#deploy-to-heroku">Deploy to Heroku</a></li>
2930
</ul>
3031
<ul>
@@ -63,6 +64,16 @@
6364

6465
## How to make your own
6566

67+
### Deploy to Koyeb
68+
69+
> [!IMPORTANT]
70+
> You'll have to expand the "Environment variables and files" section and update the env variables before hitting the deploy button.
71+
72+
> [!NOTE]
73+
> This deploys the **latest docker release and NOT the latest commit**. Since it uses prebuilt docker container, the deploy speed will be significantly faster.
74+
75+
[![Deploy to Koyeb](https://www.koyeb.com/static/images/deploy/button.svg)](https://app.koyeb.com/deploy?type=docker&name=file-stream-bot&image=ghcr.io/everythingsuckz/fsb:latest&env%5BAPI_HASH%5D=&env%5BAPI_ID%5D=&env%5BAPI_HASH%5D=&env%5BAPI_ID%5D=&env%5BBOT_TOKEN%5D=&env%5BHOST%5D=https%3A%2F%2F%7B%7B+KOYEB_PUBLIC_DOMAIN+%7D%7D&env%5BLOG_CHANNEL%5D=&env%5BPORT%5D=8038&ports=8038%3Bhttp%3B%2F&hc_protocol%5B8038%5D=tcp&hc_grace_period%5B8038%5D=5&hc_interval%5B8038%5D=30&hc_restart_limit%5B8038%5D=3&hc_timeout%5B8038%5D=5&hc_path%5B8038%5D=%2F&hc_method%5B8038%5D=get)
76+
6677
### Deploy to Heroku
6778

6879
> [!NOTE]

0 commit comments

Comments
 (0)