Just rely on ENV for now

This commit is contained in:
David Heinemeier Hansson
2023-01-14 12:27:38 +01:00
parent cce3d9ccfb
commit 78494bdb0f

View File

@@ -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