diff --git a/Procfile b/Procfile index bc2f971..fd65209 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: chmod 700 .ssh && chmod 600 .ssh/id_rsa && git clone git@github.com/ledlamp/k44Eqha.git --depth=1 && cd k44Eqha && exec node src/main.js +worker: chmod 700 .ssh && chmod 600 .ssh/id_rsa && git clone git@github.com:ledlamp/k44Eqha.git --depth=1 && cd k44Eqha && exec node src/main.js