问题
FATAL duplicated mapping key at line 89, column 3:
type: git
^
YAMLException: duplicated mapping key at line 89, column 3:
type: git
^
在站点配置的时候我们 需要按以下格式
特别注意这里的 ‘-‘如果你想要有多个重复的属性值的话 那么就要在前面加上’-‘他会按着顺序执行下去 如果没有加 就会导致上面的错误
deploy:
- type: git
repo: git远程仓库地址
branch: master
- type: baidu_url_submitter
repo: