Update README.md
This commit is contained in:
parent
735a8a0ddf
commit
9ee519055b
1 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ Additionally, it deploys an age identity, which is later used for decrypting sec
|
|||
|
||||
### Deployment
|
||||
|
||||
To deploy all servers at once: `deploy`
|
||||
To deploy only one server: `deploy --targets .#<host>`
|
||||
To deploy all servers at once: `deploy -k`
|
||||
To deploy only one server: `deploy -k --targets .#<host>`
|
||||
|
||||
## Known bugs
|
||||
|
||||
|
@ -43,5 +43,5 @@ When deploying a new virtiofs share, the error `Failed to connect to '<name>.soc
|
|||
This seems to be a bug in `microvm.nix` and I opened a bug report [here](https://github.com/astro/microvm.nix/issues/200).
|
||||
A workaround is to deploy the share without `deploy-rs`'s rollback feature enabled:
|
||||
```
|
||||
deploy --targets .#lewis --auto-rollback false --magic-rollback false
|
||||
deploy -k --targets .#lewis --auto-rollback false --magic-rollback false
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue