diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-31T16·29+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-31T16·29+0000 |
commit | 4e0b18506fd2d30af0006d2f3525a9d6d7b45424 (patch) | |
tree | f2a99cdb17a61890920b414f7d91065d6b6ebe7e | |
parent | 265d2029088a1f49c5716bcb3d96f71dd0845d7e (diff) |
Rename docker -> deploy
I think the name deploy is more representative of the purpose of this directory since docker is just one of a few tools that I'm using to deploy software.
-rw-r--r-- | deploy/README.md (renamed from docker/README.md) | 3 | ||||
-rw-r--r-- | deploy/cloud_run.nix (renamed from docker/cloud_run.nix) | 0 | ||||
-rw-r--r-- | deploy/config.lisp (renamed from docker/config.lisp) | 0 |
3 files changed, 1 insertions, 2 deletions
diff --git a/docker/README.md b/deploy/README.md index 34f762cc1970..026dcc9c05c9 100644 --- a/docker/README.md +++ b/deploy/README.md @@ -31,7 +31,7 @@ This outputs a Docker image at `./result`. 1. (Optionally) Run the image locally to verify its integrity. ```shell -> sudo docker run -d <name>:<tag> +> sudo docker run -d -p 8080:4242 <name>:<tag> ``` 1. Tag and push the image to GCR. @@ -46,7 +46,6 @@ This outputs a Docker image at `./result`. the uploaded Docker image from the "Container Image URL" field; click "Create" to deploy. - ## Notes You may need to authorize `gcloud` by running the following: diff --git a/docker/cloud_run.nix b/deploy/cloud_run.nix index 70be4040c36b..70be4040c36b 100644 --- a/docker/cloud_run.nix +++ b/deploy/cloud_run.nix diff --git a/docker/config.lisp b/deploy/config.lisp index 54f8e5f34462..54f8e5f34462 100644 --- a/docker/config.lisp +++ b/deploy/config.lisp |