From 78494bdb0f59deeb2cf93a92fefb6efe92e2dd45 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 14 Jan 2023 12:27:38 +0100 Subject: [PATCH] Just rely on ENV for now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a71c360d..2055ed70 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ servers: - 192.168.0.2 registry: username: registry-user-name - password: registry-user-password-needs-more-secure-option + password: <%= ENV["MRSK_REGISTRY_PASSWORD"] %> ``` Now you're ready to deploy a multi-arch image to the servers: @@ -47,7 +47,7 @@ The default registry for Docker is Docker Hub. If you'd like to use a different registry: server: registry.digitalocean.com username: registry-user-name - password: registry-user-password-needs-more-secure-option + password: <%= ENV["MRSK_REGISTRY_PASSWORD"] %> ``` ### Using a different SSH user than root