Files
kamal/test/fixtures/deploy_with_group_strategy.yml
Kevin McConnell a8726be20e Move group_limit & group_wait under boot
Also make formatting the group strategy the responsibility of the
commander.
2023-04-14 11:31:51 +01:00

18 lines
203 B
YAML

service: app
image: dhh/app
servers:
web:
- "1.1.1.1"
- "1.1.1.2"
workers:
- "1.1.1.3"
- "1.1.1.4"
registry:
username: user
password: pw
boot:
group_limit: 3
group_wait: 30