From ee1c5c5e7b2ea0218c1aeeae8db6f79510ec972b Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Mon, 5 Jul 2021 19:46:07 -0400 Subject: [PATCH] fix v2 --- .godir | 1 + Procfile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .godir diff --git a/.godir b/.godir new file mode 100644 index 0000000..fa6c60a --- /dev/null +++ b/.godir @@ -0,0 +1 @@ +cmd diff --git a/Procfile b/Procfile index c63c7e6..4bef6f1 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: go run ./cmd/apollo-api -worker go run ./cmd/apollo-worker +web: apollo-api +worker apollo-worker