24.6.1. 加载YAML
environments:
dev:
url: http://dev.example.com
name: Developer Setup
prod:
url: http://another.example.com
name: My Cool Appenvironments.dev.url=http://dev.example.com
environments.dev.name=Developer Setup
environments.prod.url=http://another.example.com
environments.prod.name=My Cool Appmy:
servers:
- dev.example.com
- another.example.com最后更新于