forked from dradis/dradis-ce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
28 lines (28 loc) · 776 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"buildpacks": [
{
"url": "heroku-community/apt"
},
{
"url": "heroku/nodejs"
},
{
"url": "heroku/ruby"
}
],
"description": "The original open-source reporting and collaboration tool trusted by InfoSec professionals around the world.",
"env": {
"RAILS_SERVE_STATIC_FILES": {
"description": "Ask Rails to serve static assets",
"value": "1"
}
},
"keywords": ["infosec", "pentest", "osint"],
"logo": "https://github.com/dradis/dradis-ce/raw/deploy-to-heroku/app/assets/images/logo_small.png",
"name": "Dradis Framework - Community Edition",
"repository": "https://github.com/dradis/dradis-ce/tree/deploy-to-heroku",
"scripts": {
"postdeploy": "bin/heroku"
},
"website": "http://drad.is"
}