Set log level to info

Now that everything works, we don't need detailed output for every
GitHub payload anymore.
This commit is contained in:
Basti 2019-04-20 09:34:37 +01:00
parent f26edab7ad
commit 2658b90c5b
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

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'],