xxxxxxxx-Air:OutBuy xxxxxxxx$ lean info
[INFO] Retrieving user info from region: cn
[INFO] Retrieving app info ...
[INFO] Current region: cn User: tonycph (tonyxxxxx@gmail.com)
[INFO] Current region: cn App: OutBuy (IDX4LztPPtMsBK7gim8UJo7s-gzGzoHsz)
[INFO] Current group: dyhkbuycn
xxxxxxxx-Air:OutBuy xxxxxxxx$ cat public/vendor/index.html
<h1>hello</h1>
xxxxxxxx-Air:OutBuy xxxxxxxx$ lean deploy
[INFO] Current CLI tool version: 0.21.0
[INFO] Retrieving app info ...
[INFO] Preparing to deploy OutBuy(IDX4LztPPtMsBK7gim8UJo7s-gzGzoHsz) to region: cn group: dyhkbuycn staging
[INFO] PHP runtime detected
[INFO] Uploading file 3.49 MiB / 3.49 MiB [=========================] 100.00% 6s
[REMOTE] Building 20200307-184355
[REMOTE] Downloading source code ...
[REMOTE] Unpacking source code ...
[REMOTE] Runtime: php
[REMOTE] Downloading and installing dependencies ...
[REMOTE] Storing version to registry(0B) ...
[REMOTE] Version 20200307-184355 build finished
[REMOTE] Deploying 20200307-184355 to dyhkbuycn-staging
[REMOTE] Creating new instance ...
[REMOTE] Starting new instance ...
[REMOTE] [PHP] Using PHP 7.2.28, PHP SDK 0.11.0
[REMOTE] Instance started: {"runtime":"php-7.2.28-2+ubuntu16.04.1+deb.sury.org+2","version":"0.11.0"}
[REMOTE] Deploy finished: 1 instances deployed
[INFO] Deleting temporary files
xxxxxxxx-Air:OutBuy xxxxxxxx$ lean publish
[INFO] Current CLI tool version: 0.21.0
[INFO] Retrieving app info ...
[INFO] Deploying OutBuy(IDX4LztPPtMsBK7gim8UJo7s-gzGzoHsz) to region: cn group: dyhkbuycn production
[REMOTE] Deploying 20200307-184355 to dyhkbuycn1
[REMOTE] Creating new instance ...
[REMOTE] Starting new instance ...
[REMOTE] Instance started: {"runtime":"php-7.2.28-2+ubuntu16.04.1+deb.sury.org+2","version":"0.11.0"}
[REMOTE] Deploy finished: 1 instances deployed
lean publish后在https://域名.leanapp.cn/vendor/index.html显示不存在
发现将 vendor 变为 vendor_template 就可以了。是不是 vendor 这个 directory 跟其他有冲突?