From a940460a6e8fb9ee6476888b39b48e28533c919c Mon Sep 17 00:00:00 2001 From: Eyal Lapid Date: Thu, 5 Mar 2026 19:40:00 +0200 Subject: [PATCH 1/3] docs: add HexDocs badge and article links to README Closes #30 Co-Authored-By: Claude Opus 4.6 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 81a6d9a..8e5a71d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Remote task runner using Erlang distribution over SSH. Zero dependencies. Fusion connects to remote servers via SSH, sets up port tunnels for Erlang distribution, bootstraps a remote BEAM node, and lets you run Elixir code on it. Think Ansible/Chef but for Elixir - push modules and execute functions on remote machines without pre-installing your application. +[![Hex.pm](https://img.shields.io/hexpm/v/fusion.svg)](https://hex.pm/packages/fusion) +[![HexDocs](https://img.shields.io/badge/hex-docs-blue.svg)](https://hexdocs.pm/fusion) + +## Articles + +- [Running Elixir on Remote Servers with Fusion](https://eyallapid.me/blog/running-elixir-on-remote-servers-with-fusion) +- [How Fusion Works: Tunnels and Distribution](https://eyallapid.me/blog/how-fusion-works-tunnels-and-distribution) +- [How Fusion Works: Bytecode Pushing](https://eyallapid.me/blog/how-fusion-works-bytecode-pushing) + ## Requirements - Elixir ~> 1.18 / OTP 28+ From bea5aa91914cfd766b3056e4b0a528d5d4f36646 Mon Sep 17 00:00:00 2001 From: Eyal Lapid Date: Thu, 5 Mar 2026 19:41:51 +0200 Subject: [PATCH 2/3] trigger CI From 5ff1c74b4975095b740b6cdaa727e3274576a93f Mon Sep 17 00:00:00 2001 From: Eyal Lapid Date: Thu, 5 Mar 2026 19:42:20 +0200 Subject: [PATCH 3/3] trigger CI after disabling stale workflow