Encourage registry password from ENV

This commit is contained in:
David Heinemeier Hansson
2023-02-19 17:42:30 +01:00
parent 2ed3ccc53e
commit 28be8dc0f0
4 changed files with 25 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ servers:
- 192.168.0.2
registry:
username: registry-user-name
password: <%= ENV.fetch("MRSK_REGISTRY_PASSWORD") %>
password:
- MRSK_REGISTRY_PASSWORD
env:
secret:
- RAILS_MASTER_KEY