Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ To create new deployment from scratch, run the following commands:
bitte terraform consul
bitte terraform clients

### Rebuild
### Deploy

This is the equivalent to `nixos-rebuild`. In the `core` workspace it will only
rebuild the core instances. In the `clients` workspace it will include the
Expand All @@ -95,8 +95,8 @@ instances in all auto-scaling groups.
The `--dirty` flag is used for rebuilds that use the current directory as base,
and doesn't require committing all files.

bitte rebuild --dirty
bitte rebuild --dirty --only monitoring
bitte deploy --dirty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--dirty isn't a flag for the deploy subcommand.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right :)

bitte deploy --dirty monitoring

### Debugging

Expand Down