Skip to content

Commit 3274cd4

Browse files
aatishnnyucombinator
authored andcommitted
Add one-click deploy to Heroku (#53)
* deploy to heroku * fix too long description
1 parent 4e9a808 commit 3274cd4

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: vendor/bin/heroku-php-nginx

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# the_experiment
2+
3+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
4+
25
A repository where anyone can contribute, and anything goes. Will this repo become a cool app? A terrible website? A dank meme? YOU get to decide the fate of this repository!
36

47
<b>Edit from the owner: yo srsly let's do something more useful</b>

app.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "the_experiment",
3+
"description": "A repository where anyone can contribute, and anything goes.",
4+
"repository": "https://github.com/icechen1/the_experiment",
5+
"logo": "https://raw.githubusercontent.com/icechen1/the_experiment/master/icon.png",
6+
"keywords": ["the", "experiment"]
7+
}
8+
9+

composer.json

Whitespace-only changes.

0 commit comments

Comments
 (0)