加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
Lussac 提交于 2021-02-16 16:11 . chore(go): add 'Deploy to Heroku' button
{
"__usage": "This file is used for the 'Deploy to Heroku' Button. See https://devcenter.heroku.com/articles/heroku-button for details.",
"__version": "0.0.3",
"name": "dandanplay-resource-service",
"description": "API implementations for \"dandanplay\" resource search service, in Golang",
"keywords": [
"dandanplay",
"api-service",
"resource-search",
"web-scraper",
"cloudflare-workers",
"gin",
"heroku"
],
"website": "https://github.com/LussacZheng/dandanplay-resource-service",
"repository": "https://github.com/LussacZheng/dandanplay-resource-service",
"buildpacks": [
{
"url": "https://github.com/timanovsky/subdir-heroku-buildpack"
},
{
"url": "heroku/go"
}
],
"env": {
"PROJECT_PATH": {
"description": "[DON'T modify!] \n Point to a subdirectory that is the project root. See \n https://medium.com/@timanovsky/heroku-buildpack-to-support-deployment-from-subdirectory-e743c2c838dd \n for details.",
"value": "golang"
},
"GOVERSION": {
"description": "Specify a Go version for this project. See \n https://github.com/heroku/heroku-buildpack-go/issues/301#issuecomment-632663726 \n for details.",
"value": "go1.15"
}
},
"success_url": "/"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化