From 5485faac7b136611dd3a3729a9fd45471823ce80 Mon Sep 17 00:00:00 2001 From: Durk Steed Date: Wed, 1 Feb 2023 15:12:59 -0500 Subject: [PATCH 1/2] update deployment docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9628050..066a1af 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ To deploy the app, do the following steps: - save the updated docker image: `docker save rti-star: | gzip > rti-star.tar.gz` - scp the new image to mallard: `scp path/to/rti-star.tar.gz @:~/` - ssh into mallard: `ssh @` -- scp the new image to cfs-production: `sudo scp -i ~/.ssh/cfs-production-admin.pem rti-star.tar.gz @:~/rti-star/backup` - `sudo su gitlab-runner` +- scp the new image to cfs-production: `sudo scp -i ~/.ssh/cfs-production-admin.pem rti-star.tar.gz @:~/rti-star/backup` - ssh into cfs-production: `ssh -i ~/.ssh/cfs-production-admin.pem @` - Go to the `rti-star` directory: `cd rti-star` - Load the new image: `docker load --input backup/rti-star.tar.gz` From 39c05b480dff80c833a6fd9dab8514805228b683 Mon Sep 17 00:00:00 2001 From: Durk Steed Date: Tue, 14 Feb 2023 16:14:06 -0500 Subject: [PATCH 2/2] fit minor typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 066a1af..19a0b8e 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ To deploy the app, do the following steps: image: rti-star: ... ``` -- `docker-compose up - d` +- `docker-compose up -d` Licensing