Skip to content
Open
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
1 change: 1 addition & 0 deletions guides/deployment/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ The reason for this is simple. While a WebSocket is a long-lived open connection

* [Render](https://render.com) has first class support for Phoenix applications. There are guides for hosting Phoenix with [Mix releases](https://render.com/docs/deploy-phoenix) and as a [Distributed Elixir Cluster](https://render.com/docs/deploy-elixir-cluster).
* [Railway](https://railway.com) also provides support for Phoenix applications using [Mix releases](https://docs.railway.com/guides/phoenix).
* [Seenode](https://seenode.com) provides first class support for Phoenix with [a detailed documentation](https://seenode.com/docs/frameworks/elixir/phoenix/) and a [quickstart template](https://github.com/seenode/example-phoenix).