Skip to content

Commit

Permalink
Merge pull request #146 from eyeinsky/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
balsoft authored Jan 12, 2022
2 parents 715e92a + c9e68bb commit 584ec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Any "extra" arguments will be passed into the Nix calls, so for instance to depl
You can try out this tool easily with `nix run`:
- `nix run github:serokell/deploy-rs your-flake`

In you want to deploy multiple flakes or a subset of profiles with one invocation, instead of calling `deploy <flake>` you can issue `deploy --targets <flake> [<flake> ...]` where `<flake>` is supposed to take the same format as discussed before.
If you want to deploy multiple flakes or a subset of profiles with one invocation, instead of calling `deploy <flake>` you can issue `deploy --targets <flake> [<flake> ...]` where `<flake>` is supposed to take the same format as discussed before.

Running in this mode, if any of the deploys fails, the deploy will be aborted and all successful deploys rolled back. `--rollback-succeeded false` can be used to override this behavior, otherwise the `auto-rollback` argument takes precedent.

Expand Down

0 comments on commit 584ec12

Please sign in to comment.