Skip to content

Commit 6f0c16d

Browse files
committed
Update the app.json
1 parent 5c15fda commit 6f0c16d

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

app.json

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
2-
"addons": [
3-
4-
],
2+
"name": "docs-review",
3+
"description": "The base app for Buildkite docs pull request review apps",
4+
"stack": "heroku-18",
55
"buildpacks": [
6-
{
7-
"url": "heroku/ruby"
8-
}
6+
{ "url": "https://github.com/dmathieu/heroku-buildpack-submodules" },
7+
{ "url": "heroku/ruby" }
98
],
10-
"description": "The base app for Buildkite docs pull request review apps",
119
"env": {
12-
},
13-
"formation": {
14-
},
15-
"name": "docs-review",
16-
"scripts": {
17-
},
18-
"stack": "heroku-18"
10+
"ROBOTS_NO_INDEX": "true"
11+
}
1912
}

0 commit comments

Comments
 (0)