Error: Missing cloudbase configuration file

Error: Missing cloudbase configuration file,第1张

Error: Missing cloudbase configuration file

使用github action 实现自动ci,如果报错 Error: Missing cloudbase configuration file,请在项目根目录下创建 cloudbaserc.json文件。
格式如下:

{
  "envId": "{{env.ENV_ID}}",
  "version": "2.0",
  "region": "gz",
  "$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json",
  "functionRoot": "./functions",
  "functions": [],
  "framework": {
    "name": "hexo",
    "plugins": {
      "hexo": {
        "use": "@cloudbase/framework-plugin-website",
        "inputs": {
          "outputPath": "/",
          "cloudPath": "/",
          "ignore": [".git", ".github", "node_modules", "cloudbaserc.js"]
        }
      }
    }
  }
}

我是连边,专注于Java和架构领域,坚持撰写有原理,有实战,有体系的技术文章

最近在整理#面试精选#,如果你正在准备面试,可以扫码关注我,获取专属高频面试题。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5686596.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存