github ci cd 时 hasura 上的资源不存在错误

Resource does not exist error on hasura while github ci cd

我正在尝试使用 hasura 设置 github ci cd...

我按照 document 所说的那样做了所有事情,但是由于我在本地对数据库应用更改,在云部署中它说 table 在应用迁移时已经存在(这在逻辑上是正确的)。

现在我想避免、跳过或同步云和本地之间的迁移,因为 hasura 提到了 command in same doc

执行此命令时出现资源未找到错误

命令: hasura migrate apply --skip-execution --version 1631602988318 --endpoint "https://customer-support-dev.hasura.app/v1/graphql" --admin-secret 'mySecretKey'

错误: time="2021-09-14T20:44:19+05:30" level=fatal msg="{\n \"path\": \"$\",\n \"error\": \"resource does not exist\",\n \"code\": \"not-found\"\n}"

这是一个愚蠢的错误 --endpoint 不能包含 URL 路径。所以它的值将是 https://customer-support-dev.hasura.app.