You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
<li>
26
26
<a href="#how-to-make-your-own">How to make your own</a>
27
27
<ul>
28
+
<li><a href="#deploy-to-koyeb">Deploy to Koyeb</a></li>
28
29
<li><a href="#deploy-to-heroku">Deploy to Heroku</a></li>
29
30
</ul>
30
31
<ul>
@@ -63,6 +64,16 @@
63
64
64
65
## How to make your own
65
66
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
+
[](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)
0 commit comments