From 36042d42f9e8d0651b63164facf663136b21cd61 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Fri, 27 May 2016 17:17:00 +0200 Subject: [PATCH] disable loggly config while testing --- .ebextensions/deploy.config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ebextensions/deploy.config b/.ebextensions/deploy.config index 51fae238d8..b53a92dacb 100644 --- a/.ebextensions/deploy.config +++ b/.ebextensions/deploy.config @@ -1,10 +1,6 @@ -sources: - /tmp: https://s3.amazonaws.com/habitica-assets/scripts/loggly-setup-script-2016-05-27.zip commands: 01_sym: command: "ln -sf $(ls -td /opt/elasticbeanstalk/node-install/node-* | head -1)/bin/node /bin/node" - 02_loggly_config: - command: "su --session-command="python /tmp/configure-syslog.py setup --auth $LOGGLY_TOKEN --account $LOGGLY_ACCOUNT --yes" container_commands: 01_makeBabel: command: "touch /tmp/.babel.json"