Files
kamal/test/fixtures/deploy_with_two_roles_one_host.yml

18 lines
240 B
YAML

service: app
image: dhh/app
servers:
workers:
hosts:
- 1.1.1.1
web:
hosts:
- 1.1.1.1
env:
REDIS_URL: redis://x/y
registry:
server: registry.digitalocean.com
username: user
password: pw
builder:
arch: amd64