If you always want to use a destination, and have a base deploy.yml file that doesn't specify any hosts, then if you forget to specific the destination you will get a cryptic error. Add a "require_destination" setting you can use to avoid this.
6 lines
63 B
YAML
6 lines
63 B
YAML
servers:
|
|
- 1.1.1.1
|
|
- 1.1.1.2
|
|
env:
|
|
REDIS_URL: redis://x/y
|