forked from emily/nixfiles
added basic readme
This commit is contained in:
parent
ac86e0ce9f
commit
489518ed02
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -0,0 +1,15 @@
|
||||||
|
# emilys Nix Infra
|
||||||
|
|
||||||
|
## Deploy changes on ...
|
||||||
|
|
||||||
|
### all hosts
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ colmena apply --on @production
|
||||||
|
```
|
||||||
|
|
||||||
|
### routers only
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ colmena apply --on @router
|
||||||
|
```
|
Loading…
Reference in a new issue