9 lines
185 B
YAML
9 lines
185 B
YAML
|
|
environments:
|
||
|
|
prod:
|
||
|
|
server: prod-box
|
||
|
|
s3_destination: s3-backups
|
||
|
|
forbidden_var_patterns: ["^ALLOW_"]
|
||
|
|
staging: { server: staging-vm }
|
||
|
|
github_apps:
|
||
|
|
widget: my-github-app
|