zimt28
I’ve been looking for a simple way to deploy my apps for quite some time now – I like coding but don’t want to manage servers, complex container orchestration, certificates, etc.
I just found Render, a really nice platform which takes all that hassle from you and makes deployment dead simple. It looks like they’re quite new and just left an invite-only phase, also their docs don’t cover everything yet, but they support Elixir and it works perfectly well.
The only thing I don’t like is that it’s not possible yet to select the hosting region - everything is being hosted in the U.S. Other regions will follow I guess, as well as disk and object storage.
As it hasn’t been shared on the forums yet, I just thought I’d do it ![]()
Here’s the guide for Phoenix deployments: Deploy a Phoenix App with Distillery – Render Docs
Trending in Discussions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 15 to 6- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Rainer
Thanks for answering, so looks like my idea was basically right
My service is up an running, but now somehow I can’t connect to the Render shell anymore, I wrote that to the support.
Besides this, so far I really like what I saw from Render, it’s super easy to use, and does exactly what I need. I hope to solve the shell issue soon so I can finish migrating to Render
Maybe a nice addittion would be a file browser for the disk?
anuragg
You should be able to see the files in the mounted directory when you use the Render shell, but only if your service is up and running. Feel free to email us at support@render.com or use our chat at Render Developers with details if that’s not the case.
Rainer
Maybe someone here can help me? (@anuragg)
I’d like to move a project form Azure to Render, which worked well so far. I created a disk and mount it to my docker container for storing uploaded files.
But how can I access the disk manually? I need to copy some old files to there.
If I connect to the shell and cd to the mounting directory, nothing seems to be there. I thought i could wget them from there…
anuragg
Quick feature update for all Elixir users hosting apps on Render. We just released the ability to pin your Elixir and Erlang/OTP versions by simply setting environment variables. Learn more at Setting Your Elixir and Erlang Versions – Render Docs.
We now have a dedicated elixir channel in our user Slack at Render Developers. Would love feedback and feature requests!
anuragg
Thanks @stefanluptak.
feedback.render.com is the best place to stay up to date on what’s cooking. If you upvote a feature we’ll automatically notify you when it changes status.
@jamilabreu Render does not support hot upgrades right now. Are you using them in production?
stefanluptak
Check this: EU Region | Feature Requests | Render
The whole feedback.render.com is very useful.
BrightEyesDavid
@anuragg, any news on other regions? I’m primarily interested in hosting in the UK. Thanks.
jamilabreu
Nice! Checking it out now
btw - does Render support hot upgrades?
anuragg
Update: our Elixir clustering guide is now available.
anuragg
Deploying Phoenix with Mix Releases is now available!
Up next: clustering with Mix releases.