Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloudbase framework deploy hexo 报错 #244

Open
east4ming opened this issue Mar 4, 2022 · 5 comments
Open

cloudbase framework deploy hexo 报错 #244

east4ming opened this issue Mar 4, 2022 · 5 comments

Comments

@east4ming
Copy link

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
Copy link

Chenyueli commented Mar 4, 2022 via email

@east4ming
Copy link
Author

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

@east4ming
Copy link
Author

版本v1.9.0

@east4ming
Copy link
Author

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
Copy link
Collaborator

binggg commented Mar 21, 2022

具体的报错信息是

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants