Skip to content

Commit

Permalink
Starting to build out support for deploying to Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
chartjes committed Nov 29, 2019
1 parent 32c2e0e commit 994841d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: heroku-php-apache2 web/
15 changes: 15 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "OpenCFP",
"description": "A Web-based Call For Papers Management application",
"repository": "https://github.com/opencfp/opencfp",
"logo": "https://raw.githubusercontent.com/opencfp/opencfp/master/docs/img/banner.png",
"keywords": ["PHP", "CFP"],
"scripts": {
"postdeploy": "./script/setup"
},
"env": {
"CFP_ENV": {
"value": "production"
}
}
}

0 comments on commit 994841d

Please sign in to comment.