diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2019-09-09 21:18:59 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2019-09-09 21:55:09 +0100 |
| commit | 0c050372cc95f231f68164ff2d8164d085ea3ccc (patch) | |
| tree | c4c6e338896516a8a3c18e7a2682dd1f80a3dbc1 /README.md | |
| parent | fc1a6692348673e9703b09ae22e7cdd93c67e4ff (diff) | |
Add a version for GCP Cloud Run
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,3 +10,6 @@ You need to set up the following environment variables for it to work: * `PREFIX` for the prefix that must be removed from your package name, e.g. `golang.org/x/` for `golang.org/x/image`, and * `VCS` for the type of VCS you are using, e.g. `git`. + +Additionally, the version under `gcp/` will bind to the port passed in +the `PORT` environment variable, or 8080 if that variable is not set. |
