forfun

forfun

Shipyard - Automated Deployment Tool for elixir/phoenix project

Shipyard is an open-source, self-hosted automated deployment platform Functioning similarly to flyctl, it streamlines the DevOps workflow by enabling modern blue-green deployments on your own infrastructure (VPS) to achieve zero-downtime updates.

The architecture consists of two main components:

  1. Shipyard Server: A central hub providing an HTTP API, secure database storage (SQLite/PostgreSQL), and a modern Web UI built with SolidJS for visual management.

  2. Shipyard CLI: A lightweight command-line tool that developers use to configure hosts, manage secrets, and trigger deployments.

Key Features:

  • Zero-Downtime: Leverages the Caddy to perform seamless traffic switching between old and new versions.

  • Multi-Host & Multi-App: Manage multiple independent applications across various remote servers from a single control plane.

  • Configuration Management: Native support for multiple environments (staging/production), domain bindings, and encrypted secret management.

  • Audit Trails: Automatically records detailed deployment history and logs for troubleshooting.

  • No Docker Overhead: Optimized for Elixir/Phoenix projects. Runs native BEAM releases directly on the host, avoiding the memory footprint of container runtimes. Perfect for maximizing performance on small VPS instances (e.g., 512MB RAM).

  • Local Build Strategy: Builds are performed on the developer’s machine (CLI), not the server. This eliminates the need for a high-performance build server and keeps the deployment server lightweight.

https://github.com/youfun/shipyard

Most Liked

kip

kip

ex_cldr Core Team

Can you clarify this?

cmo

cmo

Why are you hardcoding the path to MSYS2?

Where Next?

Popular in Announcing Top

danschultzer
In short Plug n’ play OAuth 2.0 provider library. Just set up a resource owner schema with Ecto (your user schema), install the dependen...
New
mathieuprog
Hello :waving_hand: Allow me to introduce you to Tz, an alternative time zone database support to Tzdata. Why another library? First a...
New
ostinelli
Let’s write a database! Well not really, but I think it’s a little sad that there doesn’t seem to be a simple in-memory distributed KV da...
New
restlessronin
The repo is at GitHub - cyberchitta/openai_ex: Community maintained Elixir library for OpenAI API · GitHub. Docs are at OpenaiEx User Gu...
152 10380 134
New
maltoe
Hello! Came here to announce ChromicPDF, a pet project PDF generator I’ve been working on for the past few months. Why another PDF gener...
New
bluzky
You may know https://ui.shadcn.com/, a UI component library for React. I really love it’s design style and components. I’ve built some co...
384 14206 119
New
kip
Image is an image processing library for Elixir. It is based upon the fabulous vix library that provides a libvips wrapper for Elixir. I...
622 19010 194
New
ahamez
Hi everyone, I’ve been working on this protobuf library for 3 years. We use it in the company I work for, EasyMile, to communicate with ...
New
cjen07
parameterized pipe in elixir: |n> edit: negative index in |n> and mixed usage with |> are supported example: use ParamPipe ...
New
mplatts
With HEEX released we decided to start a components library using Tailwind CSS - check it out here: Petal Components. We also have a boi...
New

Other popular topics Top

electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
Emily
I have VueJS GUIs with the project generated using Webpack. I have Elixir modules that will need to be used by the VueJS GUIs. I forese...
New
chrismccord
Phoenix 1.4.0 released Phoenix 1.4 is out! This release ships with exciting new features, most notably with HTTP2 support, improved deve...
688 31194 112
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
shijith.k
I am trying to start a new phoenix project with elixir 1.9, but mix phx.new does not work. It says that ** (Mix) The task "phx.new" could...
New
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54250 245
New

We're in Beta

About us Mission Statement