-
Notifications
You must be signed in to change notification settings - Fork 190
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
Comments
您好,我已收到你的邮件,会尽快给您回复。
|
部署 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"
} |
具体的报错信息是 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug 描述
Describe the bug
请简单清晰地描述您遇到的bug。
A clear and concise description of what the bug is.
重现步骤
To Reproduce
重现 bug 的步骤:
Steps to reproduce the behavior:
预期的行为
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.
The text was updated successfully, but these errors were encountered: