serokell / deploy

(WIP) Simple deploy of multi-profile systems using flakes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy

THIS REPOSITORY IS DEPRECATED IN FAVOR OF https://github.com/serokell/deploy-rs

TL;DR Usage

nix run github:serokell/deploy your-flake#node.profile

Idea

deploy.sh is a simple script that parses a flake passed to it. You can find a description of what it exects in interface

To see example configurations, look in examples folder.

This structure is subject to change a lot during initial development.

Things to work on

  • Ordered profiles
  • Automatic rollbacks if one profile on node failed to deploy
  • UI

About

(WIP) Simple deploy of multi-profile systems using flakes


Languages

Language:Shell 92.4%Language:Nix 7.6%