diff --git a/Procfile b/Procfile index 2e1bf00..ed119f3 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: git clone git@github.com:Data-Horde/ytcc-archive.git && cd ytcc-archive && python3 worker.py +worker: git clone https://github.com/Data-Horde/ytcc-archive.git && cd ytcc-archive && python3 worker.py