Procfile: fix launching order

This commit is contained in:
Cadey Ratio 2017-04-05 22:20:20 -07:00
parent 3eb215f747
commit e7930add80
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +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
httpagent: ./httpagent -token 850045ee-5bec-4c14-9392-a4aa85ec3220 -domain embody-fire-shad.route.xeserv.us -server 127.0.0.1:36971 -method tcp
helloserver: ./helloserver -port 9090