thiagoesteves
Hey There ![]()
Since 2021 I’ve been working on an easy way to deploy Elixir applications and after a few years and many approaches, I am proud to announce that DeployEx is available. It is a deployment tool that allows your project to extract the best of the Beam World using the mix release package to execute full deployments and/or hot-upgrades, depending on the package’s content, while leveraging OTP distribution for monitoring and data extraction, and much more. It also gives access to logs, iex terminal, and others without Cloud management.
DeployEx is currently using Phoenix Liveview for presenting settings and configuration on the UI side and erlexec to control and manage deployments.
I would love to hear feedback and/or ideas for features to add to this project.
It is still in the initial phase, but many more will come soon.
Check it out!
Trending in Announcing
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
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 6- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
cmo
Is it AWS only?
I don’t see anything mentioned about NGINX after it being in the picture at the top. What’s the story there?
thiagoesteves
Hi @cmo , thanks for taking a look and by the feedback. Regarding:
KR
Thiago Esteves
thiagoesteves
I’m excited to announce the launch of DeployEx v0.3.0! This release introduces amazing new features, including enhanced observability, tracing, logging, and much more!
Check out the full release notes to discover all the exciting updates since our last version:
DeployEx on GitHub
thiagoesteves
New DeployEx release - 0.3.2 -
Check out the full release notes. It has moved all OTP features (including metrics) to Observer Web and embedded it using iFrame.
DeployEx on GitHub
thiagoesteves
This release introduces easier configuration management via a YAML file. After installation, updating settings—such as replicas, environment variables, and more—is as simple as editing the file and restarting DeployEx. Also, starting with this release, DeployEx will include builds compiled for Ubuntu 24.04, supporting both OTP 26 and OTP 27.
Stay tuned—exciting features are on the way, including support for running multiple Beam applications on the same node, all connected.
Repo: GitHub - thiagoesteves/deployex: The ideal project to supervise your Beam application (Elixir/Erlang/Gleam) · GitHub
Releases Changelog: Releases · thiagoesteves/deployex · GitHub
thiagoesteves
Exciting updates in the latest DeployEx release! If you haven’t been following along, here’s what you’re missing:
What’s New:
Multi-Application Management: DeployEx now handles multiple BEAM applications simultaneously across different languages - mix and match Elixir, Erlang, and Gleam applications in a single distributed cluster.
Advanced Monitoring: Built-in monitoring for host memory, application atoms, processes, and ports with configurable thresholds and automated actions - all managed through simple YAML configuration.
BEAM-Native Features: Discover powerful capabilities you might not know the BEAM ecosystem offers.
Why This Matters:
Deploy applications without containers
Leverage hot upgrades for zero-downtime deployments
Skip the Kubernetes complexity
Access comprehensive logs and metrics without cloud vendor lock-in
Reduce infrastructure costs significantly
Ready to show your DevOps team a simpler way to deploy and manage applications?
Share this with your colleagues and explore what container-free, cloud-independent deployment looks like (you may love it).
repo: GitHub - thiagoesteves/deployex: The ideal project to supervise your Beam application (Elixir/Erlang/Gleam) · GitHub
repo: GitHub - thiagoesteves/jellyfish: This library facilitates the creation and management of appup files for Elixir applications, enabling hot upgrades (hot code reloading) · GitHub
repo: GitHub - thiagoesteves/observer_web: [Production Safe] Phoenix Liveview Dashboard for Observability including Ports and Processes details, Tracing with erlang debugger, Beam VM metrics and much more · GitHub