Update Procfile
This commit is contained in:
parent
0c553d2f00
commit
8bc944c2f5
2
Procfile
2
Procfile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue