aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornotgne22020-09-29 21:27:52 -0700
committernotgne22020-09-29 21:27:52 -0700
commit05a997558400f093c7278decd6300ce09044227b (patch)
tree9600f882d720a9d00de7c28fad6993d2b5fc5007 /README.md
parenta0328dbcf76b7c551e92fd25060cfc7d7e4d9ebe (diff)
parent8d21dd335e5259dadf832a5d1a7c72b9dd1f4400 (diff)
Merge branch 'master' of github.com:notgne2/deploy-rs into master
Diffstat (limited to '')
-rw-r--r--README.md25
1 files changed, 21 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4580a42..74b96be 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,26 @@
+<!--
+SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
+
+SPDX-License-Identifier: MPL-2.0
+-->
+
# deploy-rs
-#### A candidate for [serokell/deploy](https://github.com/serokell/deploy)
+
+A Simple multi-profile Nix-flake deploy tool.
**This is very early development software, you should expect to find issues**
-## Usage examples
+## Usage
-Example Nix expressions/configurations are in the [examples folder](./examples), here are various ways to deploy
- `nix run github:notgne2/deploy-rs your-flake#node.profile`
- `nix run github:notgne2/deploy-rs your-flake#node`
- `nix run github:notgne2/deploy-rs your-flake`
+## API
+
+Example Nix expressions/configurations are in the [examples folder](./examples).
+
## Idea
`deploy-rs` is a simple Rust program that will take a Nix flake and use it to deploy any of your defined profiles to your nodes. This is _strongly_ based off of [serokell/deploy](https://github.com/serokell/deploy), with the intention of eventually replacing it.
@@ -21,4 +31,11 @@ This type of design (as opposed to more traditional tools like NixOps or morph)
- ~~Ordered profiles~~
- Automatic rollbacks if one profile on node failed to deploy (partially implemented)
-- UI (?) \ No newline at end of file
+- UI (?)
+
+## About Serokell
+
+deploy-rs is maintained and funded with ❤️ by [Serokell](https://serokell.io/).
+The names and logo for Serokell are trademark of Serokell OÜ.
+
+We love open source software! See [our other projects](https://serokell.io/community?utm_source=github) or [hire us](https://serokell.io/hire-us?utm_source=github) to design, develop and grow your idea! \ No newline at end of file