Skip to content

Commit 77abf25

Browse files
committed
[add] add a app.json
1 parent 05ae82d commit 77abf25

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

app.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "Scrapbox-duplicater",
3+
"description": "Scrapboxのノートを自動で転送するものです",
4+
"keywords": [
5+
"Scrapbox",
6+
"puppeteer"
7+
],
8+
"repository": "https://github.com/tkgshn/scrapbox-duplicater",
9+
"env": {
10+
"YOUR_SID": {
11+
"description": "別途説明あり",
12+
"value": ""
13+
},
14+
"SOURCE": {
15+
"description": "インポート元(本来はprivateプロジェクト)",
16+
"value": ""
17+
},
18+
"DESTINATION": {
19+
"description": "インポート先(本来はpublicプロジェクト)",
20+
"value": ""
21+
}
22+
}
23+
"buildpacks": [
24+
{
25+
"url": "https://github.com/CoffeeAndCode/puppeteer-heroku-buildpack"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)