From cc475a42804dfd6e1ad2ea33870e141fc267484c Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Mon, 5 Jul 2021 19:58:07 -0400 Subject: [PATCH] v5 --- Procfile | 4 ++-- go.mod | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 8e68efa..4bef6f1 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: bin/apollo-api -worker bin/apollo-worker +web: apollo-api +worker apollo-worker diff --git a/go.mod b/go.mod index 53d3863..5dc24de 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,5 @@ // +heroku goVersion go1.16 +// +heroku install ./cmd/... module github.com/christianselig/apollo-backend go 1.16