Recommend fetch for early bail-out

This commit is contained in:
David Heinemeier Hansson
2023-01-22 10:07:07 +01:00
parent 2ad135c237
commit bfec21c00f

View File

@@ -14,7 +14,7 @@ servers:
- 192.168.0.2
registry:
username: registry-user-name
password: <%= ENV["MRSK_REGISTRY_PASSWORD"] %>
password: <%= ENV.fetch("MRSK_REGISTRY_PASSWORD") %>
```
Now you're ready to deploy a multi-arch image to the servers: