Skip to content

Commit

Permalink
Update deployment script and Makefile to replace insights-rebac with …
Browse files Browse the repository at this point in the history
…relations-api.
  • Loading branch information
merlante committed Jun 18, 2024
1 parent 1f1b84d commit 0d608c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spicedb:
.PHONY: spicedb

rebac:
./spicedb/start-insights-rebac.sh
./spicedb/start-relations-api.sh
.PHONY: rebac

rebac/teardown:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ wire
This is a good option for keeping spicedb running in the background while the rebac service is run via
`make run`, the binary or via the IDE (run/debug) during local development.

### Run the insights-rebac and spicedb with docker/podman compose
### Run the relations-api and spicedb with docker/podman compose

`make rebac`

Expand Down
File renamed without changes.

0 comments on commit 0d608c3

Please sign in to comment.