Update Procfile

This commit is contained in:
Lamp 2020-04-22 20:37:13 -07:00 committed by GitHub
parent 64aa828035
commit b1df3dceb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
worker: 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