Configure kredits-github #37

Merged
greg merged 12 commits from feature/35-kredits_github into master 2019-04-25 14:03:15 +00:00
Showing only changes of commit 2658b90c5b - Show all commits

View File

@ -80,7 +80,7 @@ application path_to_deploy do
app_dir: path_to_deploy,
entry: "/usr/bin/node /usr/bin/npm start",
environment: {
'LOG_LEVEL' => "debug",
'LOG_LEVEL' => "info",
'APP_ID' => credentials['app_id'],
'PRIVATE_KEY_PATH' => "#{path_to_deploy}/github_app_key.pem",
'WEBHOOK_SECRET' => credentials['webhook_secret'],