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
12 changes: 11 additions & 1 deletion server/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,19 @@ To deploy on [Cloud Run](https://cloud.google.com/run), click
or follow
[these instructions](https://cloud.google.com/run/docs/quickstarts/build-and-deploy/other).

#### Update deployment

To redeploy your changes to Cloud Run, run the following command from this directory:

```bash
gcloud run deploy --source .
```

This command will build a container image using the local `Dockerfile` and update your service.

### With OS-only runtime

Use [`tool/deploy_source.sh`](tool/deploy_source.sh) to build and
Use [`tool/deploy_source.sh`](tool/deploy_source.sh) to build and
deploy using the
[OS-only runtimes](https://docs.cloud.google.com/docs/buildpacks/osonly)
feature.
Expand Down