Update Procfile

This commit is contained in:
Lamp 2018-12-07 23:33:46 -08:00
parent 0c553d2f00
commit 8bc944c2f5
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 --depth=1 && cd discord-mpp-bridge && exec node src/main.js worker: git clone https://$GIT_USERNAME:$GIT_PASSWORD@gitlab.com/ledlamp/discord-mpp-bridge.git --depth=1 && cd discord-mpp-bridge && exec node src/main.js