From 64aa82803583731f9e35642ea8fad244bcbfe2cb Mon Sep 17 00:00:00 2001 From: Lamp Date: Wed, 22 Apr 2020 20:14:18 -0700 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a5b4ec9..5bd56d0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: git clone https://github.com/ledlamp/k44Eqha.git --depth=1 && cd k44Eqha && exec node src/main.js +worker: git clone git@github.com/ledlamp/k44Eqha.git --depth=1 && cd k44Eqha && exec node src/main.js