mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-22 03:37:43 +00:00
v5
This commit is contained in:
parent
df99313cc9
commit
cc475a4280
2 changed files with 3 additions and 2 deletions
4
Procfile
4
Procfile
|
@ -1,2 +1,2 @@
|
||||||
web: bin/apollo-api
|
web: apollo-api
|
||||||
worker bin/apollo-worker
|
worker apollo-worker
|
||||||
|
|
1
go.mod
1
go.mod
|
@ -1,4 +1,5 @@
|
||||||
// +heroku goVersion go1.16
|
// +heroku goVersion go1.16
|
||||||
|
// +heroku install ./cmd/...
|
||||||
module github.com/christianselig/apollo-backend
|
module github.com/christianselig/apollo-backend
|
||||||
|
|
||||||
go 1.16
|
go 1.16
|
||||||
|
|
Loading…
Reference in a new issue