add procfile for contabo testing

This commit is contained in:
Cadey Ratio 2017-04-05 22:11:45 -07:00
parent b2f10dbf50
commit 2c47ac08f6
1 changed files with 3 additions and 0 deletions

3
Procfile Normal file
View File

@ -0,0 +1,3 @@
route: ./route
httpagent: go1.8 run ./cmd/httpagent/main.go -token 850045ee-5bec-4c14-9392-a4aa85ec3220 -domain embody-fire-shad.route.xeserv.us -server 127.0.0.1:36971 -method tcp
helloserver: go1.8 run ./cmd/helloserver/main.go