Home
/ Knowledge base
Recent Articles
Migrating from Distillery to Releases
January 15, 2025
Moving from Distillery to Releases can be a bit of a challenge, but we're here to help! We'll walk you through the process and common challenges.
Push Non-Main Branches to Staging Sites
July 5, 2024
Push a non-main branch to staging? If a git remote is pointing to the correct app, you may get an error message when you push any branch besides main or master.
How to Make a Game Work Using Elixir Clustering?
May 4, 2023
How to take advantage of Elixir clustering to make a game work using libcluster for clustering replicas together and avoiding nodes creating its own GenServer