Skip to content

Commit 1082280

Browse files
committed
Add heroku deployment support
1 parent aeb529e commit 1082280

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "Open Event Frontend",
3+
"description": "Frontend for Open Event Server",
4+
"repository": "https://github.com/fossasia/open-event-frontend",
5+
"logo": "https://heroku-www-files.s3.amazonaws.com/getting-started/ember.svg",
6+
"keywords": ["ember.js", "static", "open event"],
7+
"buildpacks": [
8+
{ "url": "https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz" }
9+
]
10+
}

0 commit comments

Comments
 (0)