Update Procfile

do shallow clone and try exec node
This commit is contained in:
Lamp 2018-11-04 23:06:23 -08:00
parent 7a1f9a9907
commit 7f88b1449f
No known key found for this signature in database
GPG Key ID: 0F1F8704BEDE369E
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
worker: git clone https://github.com/ledlamp/discord-mpp-bridge.git && cd discord-mpp-bridge && node src/main.js
worker: git clone https://github.com/ledlamp/discord-mpp-bridge.git --depth=1 && cd discord-mpp-bridge && exec node src/main.js