Add ERB eval so we can use credentials

This commit is contained in:
David Heinemeier Hansson
2023-01-08 11:11:57 +01:00
parent cc3619173d
commit 3cad095e2b
4 changed files with 29 additions and 4 deletions

11
test/fixtures/deploy.erb.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
service: app
image: dhh/app
servers:
- 1.1.1.1
- 1.1.1.2
env:
REDIS_URL: redis://x/y
registry:
server: registry.digitalocean.com
username: <%= "my-user" %>
password: <%= "my-password" %>