Skip to content

Commit

Permalink
rename gcp project
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildiagne committed Feb 16, 2020
1 parent a234a90 commit bfcb75f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install/adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ docker run --rm \
-p 44225:44225 \
-e FIRESTORE_CREDENTIALS="/path/YOUR_CREDENTIALS.json" \
-v /path/to/local/credentials/folder:/secret \
gcr.io/kuda-cloud/kuda-mixer-adapter
gcr.io/kuda-project/kuda-mixer-adapter
```

Send a mock Authorization request:
Expand Down
4 changes: 2 additions & 2 deletions install/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```bash
docker build \
-t gcr.io/kuda-cloud/deployer \
-t gcr.io/kuda-project/deployer \
-f images/deployer/Dockerfile \
.
```
Expand All @@ -16,7 +16,7 @@ docker run --rm \
-v `dirname $GOOGLE_APPLICATION_CREDENTIALS`:/credentials \
-e PORT=80 \
-p 8080:80 \
gcr.io/kuda-cloud/deployer
gcr.io/kuda-project/deployer
```

## Deploy
Expand Down

0 comments on commit bfcb75f

Please sign in to comment.