wmnnd
Blog Series on Building & Deploying an Elixir Application
Hey there,
I’ve started a little blog series about building and deploying Elixir applications. Now I would like to share with you the first entry in the series, which is a simple guide to automated testing (i. e. Continuous Integration) using Bitbucket Pipelines and Docker:
Please let me know if you find the post useful and if you’d like to see more articles like this one ![]()
Trending in Blog Posts
Hey folks,
I just published a post about Hologram’s funding and where the project goes next - the short version:
Curiosum as Main Spons...
New
Hi all,
In this article, I make the case for each test owning its setup.
Usually I forbid my AI agents to use the setup callbacks; I mu...
New
As I’ve leaned into AI code generation on LocalCents, the volume I ship has climbed, and my worry shifted from any single change to the l...
New
I wrote about an issue I had with a LiveView application, and how I solved the problem by debouncing updates server-side (within the Live...
New
I’ve published a new article in my Elixir learning series on dev.to exploring what happens when tagged tuples aren’t enough - the try, re...
New
A recent ex_money v6 upgrade was blocked because Timex pins an old gettext. Rather than one big remove-and-rewrite PR, I used a shim: a m...
New
Doing a little mini-series on distributed Elixir with some examples, starting with setting up your cluster and monitoring it. If you have...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #elixirconf-us
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










First 6 of 6 Posts!
Most
Very informative
! I like using bitbucket because they offer free unlimited private repos, but I hadn’t really paid much attention to their other features so I’ll definitely give this workflow a go in my next project.
I’ll be looking forward to your upcoming posts, especially the one about using CloudFoundry, very curious about that.
OvermindDL1
Yeah that’s why I’ve been using BitBucket for many many years. I have a lot of repo’s on it… It mostly replaced my old SVN server (which is still running to this day, I should fix that…). ^.^;
BitBucket’s server is available to run on your own servers too for note.
Only thing I wish is if BitBucket’s UI was changed in a few specific ways though.
wmnnd
Three days late, here is my second post in the series!
Before I will go into the specifics of creating Releases and Docker deployments and all that, I thought it would be best to just lay out the basics first.
So, if you have ever wondered what exactly Elixir Releases are and why so many people are hyped up about Docker, check out my new article:
https://medium.com/@pentacent/elixir-releases-docker-the-basics-explained-4c800a5b990b
wmnnd
Without any further ado, here is the next post in my series about Elixir deployment.
This time, I have written a (pretty) comprehensive tutorial about how to use create Releases with Distillery:
https://medium.com/@pentacent/mastering-elixir-releases-with-distillery-a-pretty-complete-guide-497546f298bc
wmnnd
I completely forgot to post my latest entry to the series here. After a lot of research I created a guide for creating deployment-ready Docker containers of Elixir applications:
https://medium.com/@pentacent/getting-started-with-elixir-docker-982e2a16213c
Feedback (here or over on Medium) is very welcome!
wmnnd
Now this new entry might seem like it’s a bit off-topic because it doesn’t directly involve Elixir. However, monitoring and a status page should also be considered for every Elixir deployment.
And I think this pairing - Elixir application + AWS Lambda Status page/monitoring - makes perfect sense:
So check out my take on Why everybody needs a status page!
https://medium.com/@pentacent/build-a-great-status-page-in-15-minutes-with-no-budget-98257f67aef1
Feedback here or on Medium is very welcome
