Tencent / cloudbase-framework

腾讯云开发云原生一体化部署工具 🚀 CloudBase Framework:一键部署,不限框架语言,云端一体化开发,基于Serverless 架构。A front-end and back-end integrated deployment tool. One-click deploy to serverless architecture. https://docs.cloudbase.net/framework/index
https://cloudbase.net/framework.html
Other
1.94k stars 189 forks source link

cloudbase framework deploy hexo 报错 #244

Open east4ming opened 2 years ago

east4ming commented 2 years ago

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.

Chenyueli commented 2 years ago

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

east4ming commented 2 years ago

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

east4ming commented 2 years ago

版本v1.9.0

east4ming commented 2 years ago

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"
}
binggg commented 2 years ago

具体的报错信息是