Tencent/cloudbase-framework

cloudbase framework deploy hexo 报错

east4ming opened this issue · 5 comments

Bug 描述
Describe the bug

请简单清晰地描述您遇到的bug。
A clear and concise description of what the bug is.

重现步骤
To Reproduce

重现 bug 的步骤:

  1. 打开 '...'
  2. 点击 '...'
  3. 看到报错信息

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

预期的行为
Expected behavior
请简单明了地描述您期望的行为。
A clear and concise description of what you expected to happen.

截图
Screenshots
如果方便的话,可以提交截图来帮助我们分析您遇到的问题
If applicable, add screenshots to help explain your problem.

错误日志
Debug LOG

请使用 --verbose 参数来打印 debug 日志信息,然后将命令行输出复制在这里

例如 cloudbase framework deploy --verbose

其他上下文信息
Additional context

Add any other context about the problem here.

部署 hexo,不是本地部署,会调用云上部署,然后等待5min左右,导致报错。

版本v1.9.0

cloudbaserc.json:

{
    "envId": "ewhisper-5g565139594f9b52",
    "version": "2.0",
    "$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json",
    "functionRoot": "./functions",
    "functions": [],
    "framework": {
        "name": "ewhisper",
        "plugins": {
            "hexo": {
                "use": "@cloudbase/framework-plugin-website",
                "inputs": {
                    "buildCommand": "npx hexo generate",
                    "outputPath": "./public"
                }
            }
        }
    },
    "region": "ap-shanghai"
}

具体的报错信息是