cloudbase-framework icon indicating copy to clipboard operation
cloudbase-framework copied to clipboard

cloudbase framework deploy hexo 报错

Open east4ming opened this issue 3 years ago • 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.

east4ming avatar Mar 04 '22 16:03 east4ming

您好,我已收到你的邮件,会尽快给您回复。

Chenyueli avatar Mar 04 '22 16:03 Chenyueli

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

east4ming avatar Mar 04 '22 16:03 east4ming

版本v1.9.0

east4ming avatar Mar 04 '22 16:03 east4ming

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"
}

east4ming avatar Mar 04 '22 16:03 east4ming

具体的报错信息是

binggg avatar Mar 21 '22 03:03 binggg