Skip to content

Commit 451b287

Browse files
committed
Testing two processes on the same dyno.
1 parent 88800ef commit 451b287

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Procfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
clock: webhook
2+
web: studentdb
3+
24

vendor/vendor.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"rootPath": "github.com/marni/imt2681_studentdb",
1919
"heroku": {
20-
"install" : [ "./cmd/webhook" ],
20+
"install" : [ "./cmd/webhook", "./cmd/studentdb" ],
2121
"goVersion": "go1.7"
2222
}
2323
}

0 commit comments

Comments
 (0)