Skip to content

Commit 39bed62

Browse files
committed
[add] update
1 parent 77abf25 commit 39bed62

File tree

1 file changed

+27
-23
lines changed

1 file changed

+27
-23
lines changed

app.json

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
{
2-
"name": "Scrapbox-duplicater",
3-
"description": "Scrapboxのノートを自動で転送するものです",
4-
"keywords": [
5-
"Scrapbox",
6-
"puppeteer"
7-
],
2+
"name": "Scrapbox-duplicater",
3+
"description": "Scrapboxのノートを自動で転送するものです",
4+
"keywords": [
5+
"Scrapbox",
6+
"puppeteer"
7+
],
8+
"website": "https://scrapbox.io/blu3mo-public/puppetter%E3%81%A7%E4%BB%96%E3%81%AEScrapbox_Project%E3%81%AB%E3%82%B3%E3%83%94%E3%83%BC%E3%81%99%E3%82%8B%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%97%E3%83%88",
89
"repository": "https://github.com/tkgshn/scrapbox-duplicater",
910
"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-
}
11+
"YOUR_SID": {
12+
"description": "別途説明あり",
13+
"value": ""
14+
},
15+
"SOURCE": {
16+
"description": "インポート元(本来はprivateプロジェクト)",
17+
"value": ""
18+
},
19+
"DESTINATION": {
20+
"description": "インポート先(本来はpublicプロジェクト)",
21+
"value": ""
22+
}
23+
},
2324
"buildpacks": [
24-
{
25-
"url": "https://github.com/CoffeeAndCode/puppeteer-heroku-buildpack"
26-
}
27-
]
25+
{
26+
"url": "https://github.com/CoffeeAndCode/puppeteer-heroku-buildpack"
2827
}
28+
],
29+
"addons": [
30+
"scheduler:standard"
31+
]
32+
}

0 commit comments

Comments
 (0)