Add option for two-part configs with the destination option

This commit is contained in:
David Heinemeier Hansson
2023-01-17 13:35:55 +01:00
parent 98af1d3d96
commit 9a84460754
8 changed files with 75 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
servers:
- 1.1.1.3
- 1.1.1.4
env:
REDIS_URL: redis://a/b

View File

@@ -0,0 +1,5 @@
servers:
- 1.1.1.1
- 1.1.1.2
env:
REDIS_URL: redis://x/y

6
test/fixtures/deploy_for_dest.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
service: app
image: dhh/app
registry:
server: registry.digitalocean.com
username: <%= "my-user" %>
password: <%= "my-password" %>