deployer/test/fixture/servers.yml
Irfan Durmus b7f8620e6e Cluster - feature (#544)
Cluster feature.
2016-05-22 11:33:38 +07:00

33 lines
532 B
YAML

production:
host: domain.com
user: admin
identity_file: ~
forward_agent: ~
stage: production
deploy_path: /home
beta:
host: beta.domain.com
user: beta
password: qwerty
stage: beta
deploy_path: /home
run_test: true
test:
host: test.domain.com
user: test
password: qwerty
stage: test
deploy_path: /home
run_test: true
istanbul_dc_cluster:
nodes: [192.168.0.1, 192.168.0.2, 192.168.0.3]
user: test
password: qwerty
stage: production
deploy_path: /home
run_test: true
cluster: true