aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2019-09-09 21:18:59 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2019-09-09 21:55:09 +0100
commit0c050372cc95f231f68164ff2d8164d085ea3ccc (patch)
treec4c6e338896516a8a3c18e7a2682dd1f80a3dbc1 /README.md
parentfc1a6692348673e9703b09ae22e7cdd93c67e4ff (diff)
Add a version for GCP Cloud Run
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d94e0f3..1fe7219 100644
--- a/README.md
+++ b/README.md
@@ -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.