[go: nahoru, domu]

Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchenn committed Sep 9, 2022
1 parent c7dbf7a commit 2e43d3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
### Prerequisites
```
export PROJECT_ID=<GCP Project ID>
export ADMIN_EMAIL=<Your Email>
export REGION=us-central1
export API_DOMAIN=<Your Domain> # No protocol, this can be your altostrat domain.
export ADMIN_EMAIL=<Your Email>
export BASE_DIR=$(pwd)
gcloud auth application-default set-quota-project $PROJECT_ID
gcloud auth application-default login
```
Expand Down Expand Up @@ -74,6 +77,7 @@ gcloud container clusters get-credentials main-cluster --region $REGION --projec

Build all microservices (including web app) and deploy to the cluster:
```
cd $BASE_DIR
skaffold run -p prod --default-repo=gcr.io/$PROJECT_ID
```

Expand Down

0 comments on commit 2e43d3a

Please sign in to comment.