From 820e3e2da0c2d17eda06a9a96510212c3add5594 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 11 Sep 2021 16:52:05 -0700 Subject: [PATCH] [#106] Mention ECR authentication --- doc/selfhosting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/selfhosting.md b/doc/selfhosting.md index 7ba9195..d261e05 100644 --- a/doc/selfhosting.md +++ b/doc/selfhosting.md @@ -215,6 +215,12 @@ provision one manually with at least 256 GB of disk space, install Docker, clone down Riju, copy over your `.env` file, and proceed as if you were running locally.)* +Authenticate to ECR (lasts for 12 hours): + +``` +$ make ecr +``` + Invoke Depgraph: ```