From 4e0b18506fd2d30af0006d2f3525a9d6d7b45424 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 31 Jan 2020 16:29:22 +0000 Subject: [PATCH] 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. --- {docker => deploy}/README.md | 3 +-- {docker => deploy}/cloud_run.nix | 0 {docker => deploy}/config.lisp | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename {docker => deploy}/README.md (96%) rename {docker => deploy}/cloud_run.nix (100%) rename {docker => deploy}/config.lisp (100%) diff --git a/docker/README.md b/deploy/README.md similarity index 96% rename from docker/README.md rename to deploy/README.md index 34f762cc1..026dcc9c0 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 : +> sudo docker run -d -p 8080:4242 : ``` 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 similarity index 100% rename from docker/cloud_run.nix rename to deploy/cloud_run.nix diff --git a/docker/config.lisp b/deploy/config.lisp similarity index 100% rename from docker/config.lisp rename to deploy/config.lisp