Skip to content

Commit 0b52414

Browse files
committed
add Heroku Button and app.json
1 parent d82ac61 commit 0b52414

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Node, Express, MongoDBで再実装しました。
44
ちゃんと動いてない機能も沢山ありますが…
55

6-
[![Build Status](https://travis-ci.org/masuilab/Gyazz.svg?branch=master)](https://travis-ci.org/masuilab/Gyazz)
6+
- [![Build Status](https://travis-ci.org/masuilab/Gyazz.svg?branch=master)](https://travis-ci.org/masuilab/Gyazz)
7+
- [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
78

89

910
# 必要環境

app.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "Node Gyazz",
3+
"description": "Gyazz on Node.js",
4+
"website": "https://github.com/masuilab/gyazz",
5+
"success_url": "/memo/test",
6+
"addons": [
7+
"mongolab",
8+
"memcachier"
9+
],
10+
"env": {
11+
"NODE_ENV": "production",
12+
"DEBUG": "gyazz:*",
13+
"GYAZZ_URL": "https://(YOUR_APP_NAME).herokuapp.com",
14+
"TZ": "Asia/Tokyo"
15+
}
16+
}

0 commit comments

Comments
 (0)